diff options
Diffstat (limited to 'usr/src/lib/libparted/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libparted/common/mapfile-vers | 156 |
1 files changed, 0 insertions, 156 deletions
diff --git a/usr/src/lib/libparted/common/mapfile-vers b/usr/src/lib/libparted/common/mapfile-vers deleted file mode 100644 index 0cfbd9ab88..0000000000 --- a/usr/src/lib/libparted/common/mapfile-vers +++ /dev/null @@ -1,156 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License (the "License"). -# You may not use this file except in compliance with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. -# - -# -# MAPFILE HEADER START -# -# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. -# Object versioning must comply with the rules detailed in -# -# usr/src/lib/README.mapfiles -# -# You should not be making modifications here until you've read the most current -# copy of that file. If you need help, contact a gatekeeper for guidance. -# -# MAPFILE HEADER END -# - -$mapfile_version 2 - -SYMBOL_VERSION SUNW_8.1 { - global: - close_stdout; - error; - ped_alignment_any; - ped_assert; - ped_constraint_any; - ped_constraint_destroy; - ped_constraint_done; - ped_constraint_exact; - ped_constraint_init; - ped_constraint_intersect; - ped_constraint_new; - ped_debug; - ped_device_close; - ped_device_destroy; - ped_device_free_all; - ped_device_get; - ped_device_get_constraint; - ped_device_get_next; - ped_device_is_busy; - ped_device_open; - ped_device_probe_all; - ped_device_read; - ped_device_sync; - ped_device_write; - ped_disk_add_partition; - ped_disk_check; - ped_disk_commit; - ped_disk_commit_to_dev; - ped_disk_commit_to_os; - ped_disk_delete_partition; - ped_disk_destroy; - ped_disk_extended_partition; - ped_disk_get_max_primary_partition_count; - ped_disk_get_partition; - ped_disk_get_partition_by_sector; - ped_disk_new; - ped_disk_new_fresh; - ped_disk_next_partition; - ped_disk_probe; - ped_disk_remove_partition; - ped_disk_set_partition_geom; - ped_disk_type_check_feature; - ped_disk_type_get; - ped_disk_type_get_next; - ped_exception_catch; - ped_exception_fetch_all; - ped_exception_get_option_string; - ped_exception_get_type_string; - ped_exception_leave_all; - ped_exception_set_handler; - ped_exception_throw; - ped_file_system_check; - ped_file_system_clobber; - ped_file_system_close; - ped_file_system_copy; - ped_file_system_create; - ped_file_system_get_copy_constraint; - ped_file_system_get_resize_constraint; - ped_file_system_open; - ped_file_system_probe; - ped_file_system_probe_specific; - ped_file_system_resize; - ped_file_system_type_get; - ped_file_system_type_get_next; - ped_free; - ped_geometry_destroy; - ped_geometry_init; - ped_geometry_new; - ped_geometry_read; - ped_geometry_set; - ped_geometry_test_inside; - ped_geometry_test_overlap; - ped_geometry_test_sector_inside; - ped_geometry_write; - ped_get_version; - ped_malloc; - ped_partition_destroy; - ped_partition_flag_get_by_name; - ped_partition_flag_get_name; - ped_partition_flag_next; - ped_partition_get_flag; - ped_partition_get_name; - ped_partition_get_path; - ped_partition_is_active; - ped_partition_is_busy; - ped_partition_is_flag_available; - ped_partition_new; - ped_partition_set_flag; - ped_partition_set_name; - ped_partition_set_system; - ped_partition_type_get_name; - ped_realloc; - ped_timer_destroy; - ped_timer_new; - ped_timer_reset; - ped_timer_set_state_name; - ped_timer_update; - ped_unit_format; - ped_unit_format_byte; - ped_unit_format_custom; - ped_unit_get_by_name; - ped_unit_get_default; - ped_unit_get_name; - ped_unit_parse; - ped_unit_set_default; - program_name { FLAGS = PARENT }; - version_etc; - xalloc_die; - xmalloc; - xrealloc; - xstrdup; - local: - *; -}; |