about summary refs log tree commit diff
path: root/include/bits/sigstack.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/sigstack.h')
-rw-r--r--include/bits/sigstack.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/bits/sigstack.h b/include/bits/sigstack.h
new file mode 100644
index 0000000000..eea939f59d
--- /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