about summary refs log tree commit diff
path: root/sysdeps/nacl/Versions
blob: d2b361e032f897e1ebc3a1525c0727d41cbe320f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ld {
  GLIBC_PRIVATE {
    __nacl_irt_*;
  }
}

libc {
  GLIBC_2.22 {
    nacl_interface_query;
  }

  GLIBC_PRIVATE {
    # These are used by libpthread.
    __libc_write;
    __libc_open;
    __libc_close;
    __libc_fork;
    __exit_thread;

    __nacl_irt_*;
  }
}