summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2009-11-26 17:11:12 +0100
committerKarel Zak2010-06-03 15:20:10 +0200
commitf1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5 (patch)
tree236db9914dcad35b25bd32e79d2a25c405257b22 /shlibs/mount/src/mount.sym
parentblkid: remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables (diff)
downloadkernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.tar.gz
kernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.tar.xz
kernel-qcow2-util-linux-f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5.zip
libmount: add basic dirs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym11
1 files changed, 11 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
new file mode 100644
index 000000000..5922560b1
--- /dev/null
+++ b/shlibs/mount/src/mount.sym
@@ -0,0 +1,11 @@
+/*
+ * The symbol versioning ensures that a new application requiring symbol foo()
+ * can't run with old libblkid.so not providing foo() - the global SONAME
+ * version info can't enforce this since we never change the SONAME.
+ */
+MOUNT_2.18 {
+global:
+ dummy;
+local:
+ *;
+};