cc -O2 -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/_SC_XOPEN_REALTIME_THREADS.c -o unistd/_SC_XOPEN_REALTIME_THREADS -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -lcrypt unistd/_SC_XOPEN_REALTIME_THREADS.c:2:17: error: '_SC_XOPEN_REALTIME_THREADS' undeclared here (not in a function) 2 | int const foo = _SC_XOPEN_REALTIME_THREADS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~