| 1 | /* Don't define PTHREAD_STACK_MIN to __sysconf (_SC_THREAD_STACK_MIN) |
|---|---|
| 2 | for glibc build. */ |
| 3 | #ifdef _ISOMAC |
| 4 | # include <sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h> |
| 5 | #else |
| 6 | # include <bits/pthread_stack_min.h> |
| 7 | #endif |
| 8 |
| 1 | /* Don't define PTHREAD_STACK_MIN to __sysconf (_SC_THREAD_STACK_MIN) |
|---|---|
| 2 | for glibc build. */ |
| 3 | #ifdef _ISOMAC |
| 4 | # include <sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h> |
| 5 | #else |
| 6 | # include <bits/pthread_stack_min.h> |
| 7 | #endif |
| 8 |