cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/PTHREAD_PRIO_INHERIT.c -o pthread/PTHREAD_PRIO_INHERIT -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/PTHREAD_PRIO_INHERIT.c:3:17: error: ‘PTHREAD_PRIO_INHERIT’ undeclared here (not in a function); did you mean ‘PTHREAD_ONCE_INIT’? 3 | int const foo = PTHREAD_PRIO_INHERIT; | ^~~~~~~~~~~~~~~~~~~~ | PTHREAD_ONCE_INIT