acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] [acl PATCH] Do not export symbols that are not supposed to b


From: Dmitry V. Levin
Subject: [Acl-devel] [acl PATCH] Do not export symbols that are not supposed to be exported
Date: Tue, 15 Sep 2015 19:47:54 +0300

As all symbols that are part of public interface are explicitly exported
with corresponding versioning, mark all remaining symbols as local.
---
 exports | 8 +-------
 1 file changed, 1 insertion(+), 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 {

-- 
ldv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]