summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-09-15 19:42:01 +0300
committerMike Frysinger <vapier@gentoo.org>2015-09-22 11:07:53 -0400
commit27b3fb209c4f5c72e8a558c12240cd1d75df529d (patch)
treea199dac9555d67c233d00551972ef40073d8e0f7
parent8c031d567bc77c9843647972af7cdaf8156a707e (diff)
downloadattr-27b3fb209c4f5c72e8a558c12240cd1d75df529d.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.
-rw-r--r--exports3
1 files changed, 3 insertions, 0 deletions
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 {