cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_mutex_consistent.c -o pthread/pthread_mutex_consistent -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt pthread/pthread_mutex_consistent.c:5:33: error: 'pthread_mutex_consistent' undeclared here (not in a function); did you mean 'pthread_mutex_init'? 5 | int (*foo)(pthread_mutex_t *) = pthread_mutex_consistent; | ^~~~~~~~~~~~~~~~~~~~~~~~ | pthread_mutex_init