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