cc -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_mutex_clocklock.c -o pthread/pthread_mutex_clocklock -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [@relibc::platform::sys:593 INFO] TODO: getrlimit(3, 0x7ffffffffbf0): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(3, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(5, 0x7ffffffffb00): not implemented [@relibc::platform::sys:593 INFO] TODO: getrlimit(9, 0x7ffffffffad0): not implemented pthread/pthread_mutex_clocklock.c: In function 'main': pthread/pthread_mutex_clocklock.c:20:23: error: implicit declaration of function 'pthread_mutex_clocklock'; did you mean 'pthread_mutex_unlock'? [-Werror=implicit-function-declaration] 20 | if ( (errno = pthread_mutex_clocklock(&mtx, CLOCK_MONOTONIC, | ^~~~~~~~~~~~~~~~~~~~~~~ | pthread_mutex_unlock cc1: some warnings being treated as errors