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