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