summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-09-15 19:41:20 +0300
committerMike Frysinger <vapier@gentoo.org>2015-09-22 11:07:53 -0400
commit8c031d567bc77c9843647972af7cdaf8156a707e (patch)
tree221d2d17a38d8b2c35f3070974c0fdc839fc3e7c
parent8a5940243f462665458a5f34858daf782d830d8e (diff)
downloadattr-8c031d567bc77c9843647972af7cdaf8156a707e.tar.gz
Add explicit symbol versioning for attr_copy_action
As all symbols that are part of public interface are expected to be properly versioned, add versioning to attr_copy_action.
-rw-r--r--exports5
1 files changed, 5 insertions, 0 deletions
diff --git a/exports b/exports
index 6b6ca17..253dbbf 100644
--- a/exports
+++ b/exports
@@ -55,3 +55,8 @@ ATTR_1.2 {
attr_list;
attr_listf;
} ATTR_1.1;
+
+ATTR_1.3 {
+ global:
+ attr_copy_action;
+} ATTR_1.2;