cc -pthread -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations pthread/pthread_attr_getscope.c -o pthread/pthread_attr_getscope -D_POSIX_C_SOURCE=202405L -lm -lpthread -lrt -lintl -liconv pthread/pthread_attr_getscope.c:6:61: error: ‘pthread_attr_getscope’ undeclared here (not in a function); did you mean ‘pthread_attr_destroy’? 6 | int (*foo)(const pthread_attr_t *restrict, int *restrict) = pthread_attr_getscope; | ^~~~~~~~~~~~~~~~~~~~~ | pthread_attr_destroy