mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
8 lines
259 B
C
8 lines
259 B
C
|
/* NB: Don't define MINSIGSTKSZ nor SIGSTKSZ to sysconf (SC_SIGSTKSZ) for
|
||
|
glibc build. IS_IN can only be used when _ISOMAC isn't defined. */
|
||
|
#ifdef _ISOMAC
|
||
|
# include_next <bits/sigstksz.h>
|
||
|
#elif IS_IN (libsupport)
|
||
|
# include_next <bits/sigstksz.h>
|
||
|
#endif
|