summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/libfdisk.sym
diff options
context:
space:
mode:
authorKarel Zak2015-03-25 11:08:22 +0100
committerKarel Zak2015-03-25 11:32:00 +0100
commit310399cafe303907635338b42f903f65cff98d2a (patch)
treeb2a0169c7ec6911eedba54db09a87d1c04ce9b5c /libfdisk/src/libfdisk.sym
parentfdisk: add GNU Readline support to fdisk (diff)
downloadkernel-qcow2-util-linux-310399cafe303907635338b42f903f65cff98d2a.tar.gz
kernel-qcow2-util-linux-310399cafe303907635338b42f903f65cff98d2a.tar.xz
kernel-qcow2-util-linux-310399cafe303907635338b42f903f65cff98d2a.zip
libfdisk: fix symbols versioning script
Really stupid copy & past mistake. The libfdisk symbols should not be prefixed by MOUNT_ suffix. This change makes binaries linked with libfdisk 2.26 incompatible with new libfdisk. Fortunately, 2.26 has been the first release and very probably the library has been used for util-linux fdisks only. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/libfdisk.sym')
-rw-r--r--libfdisk/src/libfdisk.sym9
1 files changed, 5 insertions, 4 deletions
diff --git a/libfdisk/src/libfdisk.sym b/libfdisk/src/libfdisk.sym
index 8364fe76a..541b2477d 100644
--- a/libfdisk/src/libfdisk.sym
+++ b/libfdisk/src/libfdisk.sym
@@ -1,11 +1,12 @@
/*
* The symbol versioning ensures that a new application requiring symbol foo;
- * can't run with old libblkid.so not providing foo;
- * version info can't enforce this since we never change the SONAME.
+ * can't run with old library.so not providing foo.
+
+ * Version info can't enforce this since we never change the SONAME.
*
- * Copyright (C) 2014 Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2014-2015 Karel Zak <kzak@redhat.com>
*/
-MOUNT_2.26 {
+FDISK_2.26 {
global:
fdisk_add_partition;
fdisk_align_lba;