diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86/include')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h b/sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h new file mode 100644 index 0000000000..208754c497 --- /dev/null +++ b/sysdeps/unix/sysv/linux/x86/include/bits/sigstack.h @@ -0,0 +1,5 @@ +#include_next <bits/sigstack.h> + +#ifndef _ISOMAC +# define CONSTANT_MINSIGSTKSZ 0 +#endif |