summaryrefslogblamecommitdiffstats
path: root/shlibs/mount/src/mount.sym
blob: 5922560b172079d6da2990a6c14d6367fd228fc4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
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:
	*;
};