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