acl-devel
[Top][All Lists]
Advanced

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

[Acl-devel] [attr PATCH 1/3] Add explicit symbol versioning for attr_cop


From: Dmitry V. Levin
Subject: [Acl-devel] [attr PATCH 1/3] Add explicit symbol versioning for attr_copy_action
Date: Tue, 15 Sep 2015 19:41:20 +0300

As all symbols that are part of public interface are expected
to be properly versioned, add versioning to attr_copy_action.
---
 exports | 5 +++++
 1 file changed, 5 insertions(+)

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;

-- 
ldv



reply via email to

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