/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations semaphore/sem_clockwait.c -o semaphore/sem_clockwait -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -latomic semaphore/sem_clockwait.c:5:75: error: use of undeclared identifier 'sem_clockwait' int (*foo)(sem_t *restrict, clockid_t, const struct timespec *restrict) = sem_clockwait; ^ 1 error generated.