cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_mutex_clocklock.c -o pthread/pthread_mutex_clocklock -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt pthread/pthread_mutex_clocklock.c:5:85: error: 'pthread_mutex_clocklock' undeclared here (not in a function); did you mean 'pthread_mutex_timedlock'? 5 | int (*foo)(pthread_mutex_t *restrict, clockid_t, const struct timespec *restrict) = pthread_mutex_clocklock; | ^~~~~~~~~~~~~~~~~~~~~~~ | pthread_mutex_timedlock