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