[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] [attr PATCH 2/3] Do not export symbols that are not supposed
From: |
Dmitry V. Levin |
Subject: |
[Acl-devel] [attr PATCH 2/3] Do not export symbols that are not supposed to be exported |
Date: |
Tue, 15 Sep 2015 19:42:01 +0300 |
As all symbols that are part of public interface are explicitly exported
with corresponding versioning, mark all remaining symbols as local.
---
exports | 3 +++
1 file changed, 3 insertions(+)
diff --git a/exports b/exports
index 253dbbf..9b92721 100644
--- a/exports
+++ b/exports
@@ -40,6 +40,9 @@ ATTR_1.0 {
attr_removef;
attr_set;
attr_setf;
+
+ local:
+ *;
};
ATTR_1.1 {
--
ldv
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Acl-devel] [attr PATCH 2/3] Do not export symbols that are not supposed to be exported,
Dmitry V. Levin <=