summaryrefslogtreecommitdiffstats
path: root/libnl-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-10-05 14:52:07 (GMT)
committerThomas Haller <thaller@redhat.com>2015-10-05 14:52:41 (GMT)
commit6263a11bfcd033a88583faa719d3911850f0c4f5 (patch)
tree4f81ecd3204d02cec9672d1693800a74061d67cc /libnl-3.sym
parent2a8a7c31e6accf1a22caebace8da4c03028d5500 (diff)
downloadlibnl-6263a11bfcd033a88583faa719d3911850f0c4f5.zip
libnl-6263a11bfcd033a88583faa719d3911850f0c4f5.tar.gz
libnl-6263a11bfcd033a88583faa719d3911850f0c4f5.tar.bz2
lib/attr: add nla utility functions for signed integers
Commit 7bb956501ccd58ed3bbffc59de996f056e178683 added nla functions for s32. We preferibly add all signed integer operations at the same time. Thus, also add s8, s16, and s64. Also, previously the NLA_TYPE_MAX enum was not extended to have NLA_S32. Fix that too. Reported-By: Jiri Pirko <jiri@resnulli.us> Fixes: 7bb956501ccd58ed3bbffc59de996f056e178683 Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-3.sym')
-rw-r--r--libnl-3.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnl-3.sym b/libnl-3.sym
index a467ab2..9785957 100644
--- a/libnl-3.sym
+++ b/libnl-3.sym
@@ -337,6 +337,12 @@ global:
libnl_3_2_27 {
global:
+ nla_get_s8;
+ nla_put_s8;
+ nla_get_s16;
+ nla_put_s16;
nla_get_s32;
nla_put_s32;
+ nla_get_s64;
+ nla_put_s64;
} libnl_3_2_26;