WIP: Sample shlib export link script

This commit is contained in:
Luis Ibanez 2012-06-13 14:51:57 -04:00
parent 005e1e1103
commit 71e23ff965
1 changed files with 21 additions and 0 deletions

21
gtmshr_symbols.export Normal file
View File

@ -0,0 +1,21 @@
{
global:
gtm_main;
gtm_init;
gtm_ci;
gtm_cip;
gtm_exit;
gtm_zstatus;
gtm_hiber_start;
gtm_hiber_start_wait_any;
gtm_start_timer;
gtm_cancel_timer;
gtm_jnlpool_detach;
gtm_malloc;
gtm_free;
gtm_filename_to_id;
gtm_is_file_identical;
gtm_xcfileid_free;
local:
*;
};