cc -O2 -pipe  -pthread -I/usr/local/include  -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 -L/usr/local/lib  -lintl
fcntl/posix_fallocate.c:6:33: error: use of undeclared identifier 'posix_fallocate'
    6 | int (*foo)(int, off_t, off_t) = posix_fallocate;
      |                                 ^
1 error generated.
