]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/nacl/Versions
NaCl: Implement nacl_interface_ext_supply entry point.
[thirdparty/glibc.git] / sysdeps / nacl / Versions
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 }