From f1cde479a3aa2659ffdee27e22d4a49a5cd9b0a5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 26 Nov 2009 17:11:12 +0100 Subject: libmount: add basic dirs Signed-off-by: Karel Zak --- shlibs/mount/src/mount.sym | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shlibs/mount/src/mount.sym (limited to 'shlibs/mount/src/mount.sym') 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: + *; +}; -- cgit v1.2.3-55-g7522