blob: 84176233537fb11835aad23cad60269893e83ec5 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001libc {
2 GLIBC_2.19 {
3 setjmp; _setjmp; __sigsetjmp;
4 longjmp; _longjmp; siglongjmp;
5 }
6}
7
8ld {
9 GLIBC_2.3 {
10 # runtime interface to TLS
11 __tls_get_offset;
12 }
13 GLIBC_PRIVATE {
14 # Exported by ld used by libc.
15 __tls_get_addr_internal;
16 }
17}