cc -O2 -pipe -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations fcntl/posix_fadvise.c -o fcntl/posix_fadvise -D_POSIX_C_SOURCE=202405L -lm -lpthread fcntl/posix_fadvise.c:6:38: error: use of undeclared identifier 'posix_fadvise' int (*foo)(int, off_t, off_t, int) = posix_fadvise; ^ 1 error generated.