From e98775a0fe51bfab5d1b59c0739c16780d914145 Mon Sep 17 00:00:00 2001 From: Sunmin Lee Date: Fri, 6 Jan 2017 18:41:17 +0900 Subject: [PATCH] Add static symbols in .sym file As static library of tzplatform-config is included into shared one, the symbols should be included sym file, too. Change-Id: Ia077edba30fde6521d01d2bc99c2d27c29ee66f6 Signed-off-by: Sunmin Lee --- src/tzplatform_config.sym | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/tzplatform_config.sym b/src/tzplatform_config.sym index 49146b8..1b94e85 100644 --- a/src/tzplatform_config.sym +++ b/src/tzplatform_config.sym @@ -22,12 +22,31 @@ TPC { tzplatform_context_create; tzplatform_context_destroy; + tzplatform_context_getenv; + tzplatform_context_getenv_int; + tzplatform_context_getgid; + tzplatform_context_getuid; tzplatform_context_get_user; + tzplatform_context_mkpath; + tzplatform_context_mkpath3; + tzplatform_context_mkpath4; + tzplatform_context_mkstr; tzplatform_context_reset; tzplatform_context_reset_user; tzplatform_context_set_user; + tzplatform_getcount; + tzplatform_getenv; + tzplatform_getenv_int; + tzplatform_getgid; + tzplatform_getid; tzplatform_getname; + tzplatform_getuid; tzplatform_get_user; + tzplatform_has_system_group; + tzplatform_mkpath; + tzplatform_mkpath3; + tzplatform_mkpath4; + tzplatform_mkstr; tzplatform_reset; tzplatform_reset_user; tzplatform_set_user; -- 2.7.4