about summary refs log tree commit diff
path: root/include/bits/sigstksz.h
blob: 2ca891e9181d040ace7ce73c49769d03c7ffe31d (plain) (blame)
1
2
3
4
5
6
7
/* 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