From 0bbeaccb7aad5257f4e8d11324f4aecd7cbf3f51 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 24 Jan 2011 14:18:31 +0100 Subject: libmount: rename mount.sym -> libmount.sym Signed-off-by: Karel Zak --- shlibs/mount/src/Makefile.am | 6 +- shlibs/mount/src/libmount.sym | 194 ++++++++++++++++++++++++++++++++++++++++++ shlibs/mount/src/mount.sym | 194 ------------------------------------------ 3 files changed, 197 insertions(+), 197 deletions(-) create mode 100644 shlibs/mount/src/libmount.sym delete mode 100644 shlibs/mount/src/mount.sym diff --git a/shlibs/mount/src/Makefile.am b/shlibs/mount/src/Makefile.am index ceea6ab5..daf43c50 100644 --- a/shlibs/mount/src/Makefile.am +++ b/shlibs/mount/src/Makefile.am @@ -25,9 +25,9 @@ nodist_libmount_la_SOURCES = mountP.h libmount_la_LIBADD = $(ul_libblkid_la) $(SELINUX_LIBS) -libmount_la_DEPENDENCIES = $(libmount_la_LIBADD) mount.sym libmount.h.in +libmount_la_DEPENDENCIES = $(libmount_la_LIBADD) libmount.sym libmount.h.in -libmount_la_LDFLAGS = -Wl,--version-script=$(ul_libmount_srcdir)/mount.sym \ +libmount_la_LDFLAGS = -Wl,--version-script=$(ul_libmount_srcdir)/libmount.sym \ -version-info $(LIBMOUNT_VERSION_INFO) TESTS_LIBS = $(UUID_LIBS) @@ -36,7 +36,7 @@ if HAVE_SELINUX TESTS_LIBS += $(SELINUX_LIBS) endif -EXTRA_DIST = mount.sym libmount.h.in +EXTRA_DIST = libmount.sym libmount.h.in CLEANFILES = $(tests) # move lib from $(usrlib_execdir) to $(libdir) if needed diff --git a/shlibs/mount/src/libmount.sym b/shlibs/mount/src/libmount.sym new file mode 100644 index 00000000..4709a8a2 --- /dev/null +++ b/shlibs/mount/src/libmount.sym @@ -0,0 +1,194 @@ +/* + * 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. + */ +MOUNT_2.19 { +global: + mnt_cache_device_has_tag; + mnt_cache_find_tag_value; + mnt_cache_read_tags; + mnt_context_append_options; + mnt_context_apply_fstab; + mnt_context_disable_canonicalize; + mnt_context_disable_helpers; + mnt_context_disable_mtab; + mnt_context_do_mount; + mnt_context_do_umount; + mnt_context_enable_fake; + mnt_context_enable_force; + mnt_context_enable_lazy; + mnt_context_enable_loopdel; + mnt_context_enable_rdonly_umount; + mnt_context_enable_sloppy; + mnt_context_enable_verbose; + mnt_context_finalize_mount; + mnt_context_get_cache; + mnt_context_get_fs; + mnt_context_get_fstab; + mnt_context_get_fstype; + mnt_context_get_lock; + mnt_context_get_mflags; + mnt_context_get_mtab; + mnt_context_get_optsmode; + mnt_context_get_source; + mnt_context_get_status; + mnt_context_get_target; + mnt_context_get_user_mflags; + mnt_context_init_helper; + mnt_context_is_fake; + mnt_context_is_force; + mnt_context_is_lazy; + mnt_context_is_nomtab; + mnt_context_is_rdonly_umount; + mnt_context_is_restricted; + mnt_context_is_sloppy; + mnt_context_is_verbose; + mnt_context_mounthelper_setopt; + mnt_context_prepare_mount; + mnt_context_set_cache; + mnt_context_set_fs; + mnt_context_set_fstab; + mnt_context_set_fstype; + mnt_context_set_fstype_pattern; + mnt_context_set_mflags; + mnt_context_set_mountdata; + mnt_context_set_options; + mnt_context_set_options_pattern; + mnt_context_set_optsmode; + mnt_context_set_source; + mnt_context_set_target; + mnt_context_set_user_mflags; + mnt_context_strerror; + mnt_copy_fs; + mnt_free_cache; + mnt_free_context; + mnt_free_fs; + mnt_free_iter; + mnt_free_lock; + mnt_free_mntent; + mnt_free_table; + mnt_free_update; + mnt_fs_append_attributes; + mnt_fs_append_fs_options; + mnt_fs_append_options; + mnt_fs_append_user_options; + mnt_fs_append_vfs_options; + mnt_fs_get_attribute; + mnt_fs_get_attributes; + mnt_fs_get_bindsrc; + mnt_fs_get_devno; + mnt_fs_get_freq; + mnt_fs_get_fs_options; + mnt_fs_get_fstype; + mnt_fs_get_id; + mnt_fs_get_option; + mnt_fs_get_parent_id; + mnt_fs_get_passno; + mnt_fs_get_root; + mnt_fs_get_source; + mnt_fs_get_srcpath; + mnt_fs_get_tag; + mnt_fs_get_target; + mnt_fs_get_userdata; + mnt_fs_get_user_options; + mnt_fs_get_vfs_options; + mnt_fs_match_fstype; + mnt_fs_match_options; + mnt_fs_match_source; + mnt_fs_match_target; + mnt_fs_prepend_attributes; + mnt_fs_prepend_fs_options; + mnt_fs_prepend_options; + mnt_fs_prepend_user_options; + mnt_fs_prepend_vfs_options; + mnt_fs_print_debug; + mnt_fs_set_attributes; + mnt_fs_set_bindsrc; + mnt_fs_set_freq; + mnt_fs_set_fs_options; + mnt_fs_set_fstype; + mnt_fs_set_options; + mnt_fs_set_passno; + mnt_fs_set_root; + mnt_fs_set_source; + mnt_fs_set_target; + mnt_fs_set_userdata; + mnt_fs_set_user_options; + mnt_fs_set_vfs_options; + mnt_fs_strdup_options; + mnt_fs_to_mntent; + mnt_fstype_is_netfs; + mnt_fstype_is_pseudofs; + mnt_get_builtin_optmap; + mnt_get_fstab_path; + mnt_get_fstype; + mnt_get_library_version; + mnt_get_mtab_path; + mnt_has_regular_mtab; + mnt_init_debug; + mnt_iter_get_direction; + mnt_lock_file; + mnt_mangle; + mnt_match_fstype; + mnt_match_options; + mnt_mount_context; + mnt_new_cache; + mnt_new_context; + mnt_new_fs; + mnt_new_iter; + mnt_new_lock; + mnt_new_table; + mnt_new_table_from_dir; + mnt_new_table_from_file; + mnt_new_update; + mnt_optstr_append_option; + mnt_optstr_apply_flags; + mnt_optstr_get_flags; + mnt_optstr_get_option; + mnt_optstr_get_options; + mnt_optstr_next_option; + mnt_optstr_prepend_option; + mnt_optstr_remove_option; + mnt_optstr_set_option; + mnt_parse_version_string; + mnt_reset_context; + mnt_reset_iter; + mnt_resolve_path; + mnt_resolve_spec; + mnt_resolve_tag; + mnt_split_optstr; + mnt_table_add_fs; + mnt_table_find_next_fs; + mnt_table_find_pair; + mnt_table_find_source; + mnt_table_find_srcpath; + mnt_table_find_tag; + mnt_table_find_target; + mnt_table_get_cache; + mnt_table_get_name; + mnt_table_get_nents; + mnt_table_get_root_fs; + mnt_table_next_child_fs; + mnt_table_next_fs; + mnt_table_parse_file; + mnt_table_parse_fstab; + mnt_table_parse_mtab; + mnt_table_parse_stream; + mnt_table_remove_fs; + mnt_table_set_cache; + mnt_table_set_iter; + mnt_table_set_parser_errcb; + mnt_unlock_file; + mnt_unmangle; + mnt_update_force_rdonly; + mnt_update_get_filename; + mnt_update_get_fs; + mnt_update_get_mflags; + mnt_update_is_ready; + mnt_update_set_fs; + mnt_update_table; +local: + *; +}; + diff --git a/shlibs/mount/src/mount.sym b/shlibs/mount/src/mount.sym deleted file mode 100644 index 4709a8a2..00000000 --- a/shlibs/mount/src/mount.sym +++ /dev/null @@ -1,194 +0,0 @@ -/* - * 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. - */ -MOUNT_2.19 { -global: - mnt_cache_device_has_tag; - mnt_cache_find_tag_value; - mnt_cache_read_tags; - mnt_context_append_options; - mnt_context_apply_fstab; - mnt_context_disable_canonicalize; - mnt_context_disable_helpers; - mnt_context_disable_mtab; - mnt_context_do_mount; - mnt_context_do_umount; - mnt_context_enable_fake; - mnt_context_enable_force; - mnt_context_enable_lazy; - mnt_context_enable_loopdel; - mnt_context_enable_rdonly_umount; - mnt_context_enable_sloppy; - mnt_context_enable_verbose; - mnt_context_finalize_mount; - mnt_context_get_cache; - mnt_context_get_fs; - mnt_context_get_fstab; - mnt_context_get_fstype; - mnt_context_get_lock; - mnt_context_get_mflags; - mnt_context_get_mtab; - mnt_context_get_optsmode; - mnt_context_get_source; - mnt_context_get_status; - mnt_context_get_target; - mnt_context_get_user_mflags; - mnt_context_init_helper; - mnt_context_is_fake; - mnt_context_is_force; - mnt_context_is_lazy; - mnt_context_is_nomtab; - mnt_context_is_rdonly_umount; - mnt_context_is_restricted; - mnt_context_is_sloppy; - mnt_context_is_verbose; - mnt_context_mounthelper_setopt; - mnt_context_prepare_mount; - mnt_context_set_cache; - mnt_context_set_fs; - mnt_context_set_fstab; - mnt_context_set_fstype; - mnt_context_set_fstype_pattern; - mnt_context_set_mflags; - mnt_context_set_mountdata; - mnt_context_set_options; - mnt_context_set_options_pattern; - mnt_context_set_optsmode; - mnt_context_set_source; - mnt_context_set_target; - mnt_context_set_user_mflags; - mnt_context_strerror; - mnt_copy_fs; - mnt_free_cache; - mnt_free_context; - mnt_free_fs; - mnt_free_iter; - mnt_free_lock; - mnt_free_mntent; - mnt_free_table; - mnt_free_update; - mnt_fs_append_attributes; - mnt_fs_append_fs_options; - mnt_fs_append_options; - mnt_fs_append_user_options; - mnt_fs_append_vfs_options; - mnt_fs_get_attribute; - mnt_fs_get_attributes; - mnt_fs_get_bindsrc; - mnt_fs_get_devno; - mnt_fs_get_freq; - mnt_fs_get_fs_options; - mnt_fs_get_fstype; - mnt_fs_get_id; - mnt_fs_get_option; - mnt_fs_get_parent_id; - mnt_fs_get_passno; - mnt_fs_get_root; - mnt_fs_get_source; - mnt_fs_get_srcpath; - mnt_fs_get_tag; - mnt_fs_get_target; - mnt_fs_get_userdata; - mnt_fs_get_user_options; - mnt_fs_get_vfs_options; - mnt_fs_match_fstype; - mnt_fs_match_options; - mnt_fs_match_source; - mnt_fs_match_target; - mnt_fs_prepend_attributes; - mnt_fs_prepend_fs_options; - mnt_fs_prepend_options; - mnt_fs_prepend_user_options; - mnt_fs_prepend_vfs_options; - mnt_fs_print_debug; - mnt_fs_set_attributes; - mnt_fs_set_bindsrc; - mnt_fs_set_freq; - mnt_fs_set_fs_options; - mnt_fs_set_fstype; - mnt_fs_set_options; - mnt_fs_set_passno; - mnt_fs_set_root; - mnt_fs_set_source; - mnt_fs_set_target; - mnt_fs_set_userdata; - mnt_fs_set_user_options; - mnt_fs_set_vfs_options; - mnt_fs_strdup_options; - mnt_fs_to_mntent; - mnt_fstype_is_netfs; - mnt_fstype_is_pseudofs; - mnt_get_builtin_optmap; - mnt_get_fstab_path; - mnt_get_fstype; - mnt_get_library_version; - mnt_get_mtab_path; - mnt_has_regular_mtab; - mnt_init_debug; - mnt_iter_get_direction; - mnt_lock_file; - mnt_mangle; - mnt_match_fstype; - mnt_match_options; - mnt_mount_context; - mnt_new_cache; - mnt_new_context; - mnt_new_fs; - mnt_new_iter; - mnt_new_lock; - mnt_new_table; - mnt_new_table_from_dir; - mnt_new_table_from_file; - mnt_new_update; - mnt_optstr_append_option; - mnt_optstr_apply_flags; - mnt_optstr_get_flags; - mnt_optstr_get_option; - mnt_optstr_get_options; - mnt_optstr_next_option; - mnt_optstr_prepend_option; - mnt_optstr_remove_option; - mnt_optstr_set_option; - mnt_parse_version_string; - mnt_reset_context; - mnt_reset_iter; - mnt_resolve_path; - mnt_resolve_spec; - mnt_resolve_tag; - mnt_split_optstr; - mnt_table_add_fs; - mnt_table_find_next_fs; - mnt_table_find_pair; - mnt_table_find_source; - mnt_table_find_srcpath; - mnt_table_find_tag; - mnt_table_find_target; - mnt_table_get_cache; - mnt_table_get_name; - mnt_table_get_nents; - mnt_table_get_root_fs; - mnt_table_next_child_fs; - mnt_table_next_fs; - mnt_table_parse_file; - mnt_table_parse_fstab; - mnt_table_parse_mtab; - mnt_table_parse_stream; - mnt_table_remove_fs; - mnt_table_set_cache; - mnt_table_set_iter; - mnt_table_set_parser_errcb; - mnt_unlock_file; - mnt_unmangle; - mnt_update_force_rdonly; - mnt_update_get_filename; - mnt_update_get_fs; - mnt_update_get_mflags; - mnt_update_is_ready; - mnt_update_set_fs; - mnt_update_table; -local: - *; -}; - -- cgit v1.2.3