blob: cfc4a08c40ec01f2b4853e12a253154530d40d71 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001ld {
2 GLIBC_PRIVATE {
3 __nacl_irt_*;
4 __nacl_supply_interface_rtld;
5 }
6}
7
8libc {
9 GLIBC_2.22 {
10 nacl_interface_query;
11 nacl_interface_ext_supply;
12 }
13
14 GLIBC_PRIVATE {
15 # These are used by libpthread.
16 __libc_write;
17 __libc_open;
18 __libc_close;
19 __libc_fork;
20
21 __nacl_irt_*;
22 }
23}