mapfile-vers-aux revision cd3e933325e68e23516a196a8fea7f49b1e497c3
2409N/A#
3909N/A# CDDL HEADER START
2409N/A#
2409N/A# The contents of this file are subject to the terms of the
2409N/A# Common Development and Distribution License (the "License").
2409N/A# You may not use this file except in compliance with the License.
2409N/A#
2409N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2409N/A# or http://www.opensolaris.org/os/licensing.
2409N/A# See the License for the specific language governing permissions
2409N/A# and limitations under the License.
2409N/A#
2409N/A# When distributing Covered Code, include this CDDL HEADER in each
2409N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2409N/A# If applicable, add the following below this CDDL HEADER, with the
2409N/A# fields enclosed by brackets "[]" replaced with your own identifying
2409N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2409N/A#
2685N/A# CDDL HEADER END
2685N/A#
2685N/A#
2409N/A# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
2409N/A#
2409N/A
2409N/A#
2409N/A# MAPFILE HEADER START
2409N/A#
2409N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2409N/A# Object versioning must comply with the rules detailed in
2409N/A#
2409N/A# usr/src/lib/README.mapfiles
2409N/A#
2409N/A# You should not be making modifications here until you've read the most current
2409N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
2409N/A#
2409N/A# MAPFILE HEADER END
2409N/A#
2409N/A
2409N/A$mapfile_version 2
2409N/A
2409N/ASYMBOL_VERSION SYSVABI_1.3 {
2409N/A global:
2409N/A memcmp { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A memcpy { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A memmove { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A memset { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
3656N/A};
3656N/A
3656N/ASYMBOL_VERSION SUNWprivate_1.1 {
2409N/A global:
2409N/A _memcmp { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A _memcpy {
2409N/A AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1;
2409N/A FLAGS = NODYNSORT;
2409N/A };
2409N/A _memmove { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A _memset { AUXILIARY = /platform/$PLATFORM/lib/libc_psr.so.1 };
2409N/A};
2409N/A