cc -pipe -O -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/posix_close.c -o unistd/posix_close -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lrt -lcrypt unistd/posix_close.c:5:24: error: 'posix_close' undeclared here (not in a function) int (*foo)(int, int) = posix_close; ^~~~~~~~~~~