blob: 2baa49ae8a067f60e831616e5519ae7da105000f [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001libc {
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 }
12 GLIBC_PRIVATE {
13 # helper functions
14 __libc_longjmp; __libc_siglongjmp;
15 }
16}