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