repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdio-common: Fix C23-ism in formatted output specifier tests [BZ #32360]
[glibc.git]
/
include
/
bits
/
sigstack.h
blob
eea939f59d5130a72e7bc4a5e3150e2e7c849534
1
#include_next <bits/sigstack.h>
2
3
#if !defined _ISOMAC && !defined CONSTANT_MINSIGSTKSZ
4
# define CONSTANT_MINSIGSTKSZ MINSIGSTKSZ
5
#endif