cc -pthread -Wall -Wextra -Werror=implicit-function-declaration pthread/pthread_attr_getstacksize.c -o pthread/pthread_attr_getstacksize -D_GNU_SOURCE -D_BSD_SOURCE -D_ALL_SOURCE -D_DEFAULT_SOURCE -lm -lpthread -lrt -lintl -liconv [cc@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffb80): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(3, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(5, 0x7ffffffffa90): not implemented [cc1@relibc::platform::sys:699 INFO] TODO: getrlimit(9, 0x7ffffffffa60): not implemented pthread/pthread_attr_getstacksize.c: In function 'main': pthread/pthread_attr_getstacksize.c:18:25: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function) 18 | if ( got_size < PTHREAD_STACK_MIN ) | ^~~~~~~~~~~~~~~~~ pthread/pthread_attr_getstacksize.c:18:25: note: each undeclared identifier is reported only once for each function it appears in