mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
6 lines
136 B
C
6 lines
136 B
C
|
#include_next <bits/sigstack.h>
|
||
|
|
||
|
#if !defined _ISOMAC && !defined CONSTANT_MINSIGSTKSZ
|
||
|
# define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ
|
||
|
#endif
|