blob: 2baa49ae8a067f60e831616e5519ae7da105000f [file] [log] [blame]
libc {
GLIBC_2.0 {
# functions with special/multiple interfaces
_longjmp; __sigsetjmp; _setjmp;
# l*
longjmp;
# s*
setjmp;
}
GLIBC_PRIVATE {
# helper functions
__libc_longjmp; __libc_siglongjmp;
}
}