mapfile_1-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
7040N/A#
7040N/A# CDDL HEADER START
7040N/A#
7040N/A# The contents of this file are subject to the terms of the
7040N/A# Common Development and Distribution License (the "License").
7040N/A# You may not use this file except in compliance with the License.
7040N/A#
7040N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7040N/A# or http://www.opensolaris.org/os/licensing.
7040N/A# See the License for the specific language governing permissions
7040N/A# and limitations under the License.
7040N/A#
7040N/A# When distributing Covered Code, include this CDDL HEADER in each
7040N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7040N/A# If applicable, add the following below this CDDL HEADER, with the
7040N/A# fields enclosed by brackets "[]" replaced with your own identifying
7040N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7040N/A#
7040N/A# CDDL HEADER END
7040N/A#
7040N/A#
7040N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
7040N/A#
7040N/A
7040N/A#
7040N/A# MAPFILE HEADER START
7040N/A#
7040N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
7040N/A# Object versioning must comply with the rules detailed in
7040N/A#
7040N/A# usr/src/lib/README.mapfiles
7040N/A#
7040N/A# You should not be making modifications here until you've read the most current
7040N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
7040N/A#
7040N/A# MAPFILE HEADER END
7040N/A#
7040N/A
7040N/A$mapfile_version 2
7040N/A
7040N/ASYMBOL_VERSION SUNW_1.1 {
7040N/A global:
7040N/A gcd;
7040N/A itom;
7040N/A madd;
7040N/A mcmp;
7040N/A mdiv;
7040N/A mfree;
7040N/A min;
7040N/A mout;
7040N/A msqrt;
7040N/A msub;
7040N/A mtox;
7040N/A mult;
7040N/A pow;
7040N/A rpow;
7040N/A sdiv;
7040N/A xtom;
7040N/A};
7040N/A
7040N/ASYMBOL_VERSION SUNWprivate_1.1 {
7040N/A global:
7040N/A _lib_version;
7040N/A xalloc;
7040N/A xfree;
7040N/A local:
7040N/A *;
7040N/A};
7040N/A