build: FAILED conformance/interfaces/sigaction/18-19: build: FAILED: Compiler output: conformance/interfaces/sigaction/18-19.c:112:19: error: use of undeclared identifier 'SIGPOLL' ret = sigaction( SIGNAL, &sa, 0 ); ^ conformance/interfaces/sigaction/18-19.c:79:16: note: expanded from macro 'SIGNAL' #define SIGNAL SIGPOLL ^ conformance/interfaces/sigaction/18-19.c:124:15: error: use of undeclared identifier 'SIGPOLL' ret = raise( SIGNAL ); ^ conformance/interfaces/sigaction/18-19.c:79:16: note: expanded from macro 'SIGNAL' #define SIGNAL SIGPOLL ^ 2 errors generated.