cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/POSIX_FADV_DONTNEED.c -o fcntl/POSIX_FADV_DONTNEED -D_POSIX_C_SOURCE=202405L -lm -lpthread fcntl/POSIX_FADV_DONTNEED.c:3:17: error: use of undeclared identifier 'POSIX_FADV_DONTNEED' int const foo = POSIX_FADV_DONTNEED; ^ 1 error generated.