summaryrefslogblamecommitdiffstats
path: root/shlibs/mount/src/mount.sym
blob: cf6907a9823553318f7656dc2439ebb017c22c70 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                              

                                 


          
/*
 * 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:
	mnt_get_library_version;
	mnt_parse_version_string;
local:
	*;
};