/opt/IBM/openxlC/17.1.1/bin/ibm-clang -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations unistd/setresuid.c -o unistd/setresuid -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -latomic unistd/setresuid.c:11:35: error: use of undeclared identifier 'setresuid' int (*foo)(uid_t, uid_t, uid_t) = setresuid; ^ 1 error generated.