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