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

libc {
  GLIBC_2.17 {
    nacl_interface_query;
  }

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

    __nacl_irt_*;
  }
}