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