mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08: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
|