This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [review] support: Add support_set_small_thread_stack_size


This broke the build for i686-gnu.

In file included from ../include/sys/param.h:1,
                 from support_set_small_thread_stack_size.c:21:
support_set_small_thread_stack_size.c: In function 'support_set_small_thread_stack_size':
support_set_small_thread_stack_size.c:29:54: error: 'PTHREAD_STACK_MIN' undeclared (first use in this function); did you mean 'THREAD_STATE_MAX'?
   xpthread_attr_setstacksize (attr, MAX (256 * 1024, PTHREAD_STACK_MIN));
                                                      ^~~~~~~~~~~~~~~~~

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]