summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mount.sym
diff options
context:
space:
mode:
authorKarel Zak2010-07-09 11:15:08 +0200
committerKarel Zak2011-01-03 12:28:39 +0100
commit0b3953a33d492336a6d9aa8f7ef200e6dc262281 (patch)
treece28b76c58a180af280eaecd72e36c53510f4a56 /shlibs/mount/src/mount.sym
parentfindmnt: add /etc/fstab.d support (diff)
downloadkernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.tar.gz
kernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.tar.xz
kernel-qcow2-util-linux-0b3953a33d492336a6d9aa8f7ef200e6dc262281.zip
libmount: add mnt_fs_get_root()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs/mount/src/mount.sym')
-rw-r--r--shlibs/mount/src/mount.sym6
1 files changed, 6 insertions, 0 deletions
diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym
index f3c10689a..c4aa8e4f9 100644
--- a/shlibs/mount/src/mount.sym
+++ b/shlibs/mount/src/mount.sym
@@ -133,3 +133,9 @@ global:
local:
*;
};
+
+
+MOUNT_2.19 {
+global:
+ mnt_fs_get_root;
+} MOUNT_2.18;