diff options
Diffstat (limited to 'include/bits/sigstksz.h')
-rw-r--r-- | include/bits/sigstksz.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bits/sigstksz.h b/include/bits/sigstksz.h new file mode 100644 index 0000000..2ca891e --- /dev/null +++ b/include/bits/sigstksz.h @@ -0,0 +1,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 |