]> git.ipfire.org Git - thirdparty/glibc.git/blame - setjmp/Versions
build-many-glibcs: Check for required system tools
[thirdparty/glibc.git] / setjmp / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # functions with special/multiple interfaces
4 _longjmp; __sigsetjmp; _setjmp;
5
6 # l*
7 longjmp;
8
9 # s*
10 setjmp;
11 }
b0b67c47 12}