]> git.ipfire.org Git - thirdparty/glibc.git/blame - setjmp/Versions
2006-01-12 Roland McGrath <roland@redhat.com>
[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 }
fb23eb25 12 GLIBC_PRIVATE {
b0b67c47
UD
13 # helper functions
14 __libc_longjmp; __libc_siglongjmp;
15 }
16}