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