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
stdlib: Remove use of mergesort on qsort (BZ 21719)
[glibc.git]
/
include
/
bits
/
sigstksz.h
blob
2ca891e9181d040ace7ce73c49769d03c7ffe31d
1
/* NB: Don't define MINSIGSTKSZ nor SIGSTKSZ to sysconf (SC_SIGSTKSZ) for
2
glibc build. IS_IN can only be used when _ISOMAC isn't defined. */
3
#ifdef _ISOMAC
4
# include_next <bits/sigstksz.h>
5
#elif IS_IN (libsupport)
6
# include_next <bits/sigstksz.h>
7
#endif