cc -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_attr_setstack.c -o pthread/pthread_attr_setstack -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv pthread/pthread_attr_setstack.c: In function ‘main’: pthread/pthread_attr_setstack.c:31:23: error: implicit declaration of function ‘pthread_attr_setstack’; did you mean ‘pthread_attr_setstacksize’? [-Wimplicit-function-declaration] 31 | if ( (errno = pthread_attr_setstack(&attr, stack, size)) ) | ^~~~~~~~~~~~~~~~~~~~~ | pthread_attr_setstacksize