1 #include_next <bits/sigstack.h>
2 
3 #if !defined _ISOMAC && !defined CONSTANT_MINSIGSTKSZ
4 # define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ
5 #endif
6