/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations sys_socket/accept.c -o sys_socket/accept -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -latomic sys_socket/accept.c:5:67: error: use of undeclared identifier 'accept'; did you mean 'naccept'? int (*foo)(int, struct sockaddr *restrict, socklen_t *restrict) = accept; ^~~~~~ naccept /usr/include/sys/socket.h:640:9: note: 'naccept' declared here int accept(int, struct sockaddr *__restrict__, socklen_t *__restrict__); ^ /usr/include/sys/socket.h:168:25: note: expanded from macro 'accept' #define accept naccept ^ 1 error generated.