build: FAILED conformance/interfaces/timer_settime/speculative/12-2: build: FAILED: Compiler output: conformance/interfaces/timer_settime/speculative/12-2.c:27:18: error: variable has incomplete type 'struct sigevent' struct sigevent ev; ^ conformance/interfaces/timer_settime/speculative/12-2.c:27:9: note: forward declaration of 'struct sigevent' struct sigevent ev; ^ conformance/interfaces/timer_settime/speculative/12-2.c:34:20: error: use of undeclared identifier 'SIGEV_SIGNAL' ev.sigev_notify = SIGEV_SIGNAL; ^ conformance/interfaces/timer_settime/speculative/12-2.c:37:6: warning: implicit declaration of function 'timer_create' is invalid in C99 [-Wimplicit-function-declaration] if (timer_create(CLOCK_REALTIME, &ev, &tid) != 0) { ^ conformance/interfaces/timer_settime/speculative/12-2.c:42:6: warning: implicit declaration of function 'timer_settime' is invalid in C99 [-Wimplicit-function-declaration] if (timer_settime(tid+1, 0, &its, NULL) == -1) { ^ 2 warnings and 2 errors generated.