blob: af930c11a6f0dd64dcefbdb9e3b4913a5be3a31a [file] [log] [blame]
# gnu-ld version script for exporting desired symbols from nacl_helper
#
NACL_HELPER_1_0 {
global:
nacl_helper_init;
nacl_helper_get_1G_address;
local:
*;
};