summaryrefslogtreecommitdiff
path: root/libnl-nf-3.sym
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-01-04 17:24:36 +0100
committerThomas Haller <thaller@redhat.com>2015-02-02 17:28:06 +0100
commite7d57da0ddad9097962ebfec4f5202b756ed93c9 (patch)
tree5cdc9d762d8c84e234276a8228e4fa34af5e8690 /libnl-nf-3.sym
parentc7ae0c7d67d376bb8a3fbbe8e35a25de7e4c8ebd (diff)
downloadlibnl-e7d57da0ddad9097962ebfec4f5202b756ed93c9.tar.gz
build: add individual linker version scripts for shared libraries
Instead of using a shared version script 'libnl.sym', add individual linker scripts for all libnl libraries. For now, the content of the version script is unchanged and this patch does not have any externally visible changes. Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnl-nf-3.sym')
-rw-r--r--libnl-nf-3.sym4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnl-nf-3.sym b/libnl-nf-3.sym
new file mode 100644
index 00000000..35325792
--- /dev/null
+++ b/libnl-nf-3.sym
@@ -0,0 +1,4 @@
+libnl_3 {
+global:
+ *;
+};