summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-09-15 19:47:54 +0300
committerMike Frysinger <vapier@gentoo.org>2015-09-19 03:07:05 -0400
commitfc027ffa5eefe6d563328059348a8929c4789c17 (patch)
treeae32989bb6730f9882e24db00892c8293131749b /exports
parent519e3932898baba1e7eeb0d9d89acee796da61f5 (diff)
downloadacl-fc027ffa5eefe6d563328059348a8929c4789c17.tar.gz
Do not export symbols that are not supposed to be exported
As all symbols that are part of public interface are explicitly exported with corresponding versioning, mark all remaining symbols as local.
Diffstat (limited to 'exports')
-rw-r--r--exports8
1 files changed, 1 insertions, 7 deletions
diff --git a/exports b/exports
index bf15d84..830a2b9 100644
--- a/exports
+++ b/exports
@@ -60,13 +60,7 @@ ACL_1.0 {
local:
# Library internal stuff
- __new_var_obj_p;
- __new_obj_p_here;
- __free_obj_p;
- __check_obj_p;
- __ext2int_and_check;
- __acl_*;
- __apply_mask_to_mode;
+ *;
};
ACL_1.1 {