blob: 46d82dc72981d3168f9f4f657499a7f9dae85261 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* Don't define PTHREAD_STACK_MIN to sysconf (_SC_THREAD_STACK_MIN) for
glibc build. */
#if !defined _ISOMAC
# undef __USE_DYNAMIC_STACK_SIZE
#endif
#include_next <bits/local_lim.h>
|