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