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