diff options
Diffstat (limited to 'include/bits/sigstack.h')
-rw-r--r-- | include/bits/sigstack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bits/sigstack.h b/include/bits/sigstack.h new file mode 100644 index 0000000..eea939f --- /dev/null +++ b/include/bits/sigstack.h @@ -0,0 +1,5 @@ +#include_next <bits/sigstack.h> + +#if !defined _ISOMAC && !defined CONSTANT_MINSIGSTKSZ +# define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ +#endif |