cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_mutex_setprioceiling.c -o pthread/pthread_mutex_setprioceiling -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/pthread_mutex_setprioceiling.c:6:61: error: ‘pthread_mutex_setprioceiling’ undeclared here (not in a function); did you mean ‘pthread_mutex_timedlock’? 6 | int (*foo)(pthread_mutex_t *restrict, int, int *restrict) = pthread_mutex_setprioceiling; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | pthread_mutex_timedlock