mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
17 lines
237 B
Plaintext
17 lines
237 B
Plaintext
|
libc {
|
||
|
GLIBC_2.0 {
|
||
|
# functions with special/multiple interfaces
|
||
|
_longjmp; __sigsetjmp; _setjmp;
|
||
|
|
||
|
# l*
|
||
|
longjmp;
|
||
|
|
||
|
# s*
|
||
|
setjmp;
|
||
|
}
|
||
|
GLIBC_2.1 {
|
||
|
# helper functions
|
||
|
__libc_longjmp; __libc_siglongjmp;
|
||
|
}
|
||
|
}
|