mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 08:40: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
|