/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror=implicit-function-declaration threads/cnd_timedwait.c -o threads/cnd_timedwait -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -latomic threads/cnd_timedwait.c:36:2: error: call to undeclared function 'timespec_get'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] timespec_get(&short_timeout, TIME_UTC); ^ threads/cnd_timedwait.c:36:31: error: use of undeclared identifier 'TIME_UTC' timespec_get(&short_timeout, TIME_UTC); ^ 2 errors generated.