2015-04-17 09:02:19 -07:00
|
|
|
ld {
|
|
|
|
GLIBC_PRIVATE {
|
|
|
|
__nacl_irt_*;
|
2015-06-03 13:51:11 -07:00
|
|
|
__nacl_supply_interface_rtld;
|
2015-04-17 09:02:19 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libc {
|
|
|
|
GLIBC_2.22 {
|
|
|
|
nacl_interface_query;
|
2015-06-03 13:51:11 -07:00
|
|
|
nacl_interface_ext_supply;
|
2015-04-17 09:02:19 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
GLIBC_PRIVATE {
|
|
|
|
# These are used by libpthread.
|
|
|
|
__libc_write;
|
|
|
|
__libc_open;
|
|
|
|
__libc_close;
|
|
|
|
__libc_fork;
|
|
|
|
|
|
|
|
__nacl_irt_*;
|
|
|
|
}
|
|
|
|
}
|