cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_attr_setinheritsched.c -o pthread/pthread_attr_setinheritsched -D_POSIX_C_SOURCE=202405L -lm -lpthread -lnetwork -lbsd -latomic pthread/pthread_attr_setinheritsched.c:6:37: error: 'pthread_attr_setinheritsched' undeclared here (not in a function); did you mean 'pthread_attr_setguardsize'? 6 | int (*foo)(pthread_attr_t *, int) = pthread_attr_setinheritsched; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | pthread_attr_setguardsize