lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | ld { |
2 | GLIBC_PRIVATE { | ||||
3 | __nacl_irt_*; | ||||
4 | __nacl_supply_interface_rtld; | ||||
5 | } | ||||
6 | } | ||||
7 | |||||
8 | libc { | ||||
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 | } |