clang -O2 -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/_PC_ALLOC_SIZE_MIN.c -o unistd/_PC_ALLOC_SIZE_MIN -D_POSIX_C_SOURCE=202405L -lm -lintl unistd/_PC_ALLOC_SIZE_MIN.c:2:17: error: use of undeclared identifier '_PC_ALLOC_SIZE_MIN' int const foo = _PC_ALLOC_SIZE_MIN; ^ 1 error generated.