mapfile-vers revision b2634b9c57bbcfa01bb5dec2e196aec32957925f
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# CDDL HEADER START
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# The contents of this file are subject to the terms of the
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# Common Development and Distribution License (the "License").
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# You may not use this file except in compliance with the License.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# or http://www.opensolaris.org/os/licensing.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# See the License for the specific language governing permissions
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# and limitations under the License.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# When distributing Covered Code, include this CDDL HEADER in each
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# If applicable, add the following below this CDDL HEADER, with the
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# fields enclosed by brackets "[]" replaced with your own identifying
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# information: Portions Copyright [yyyy] [name of copyright owner]
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# CDDL HEADER END
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# Use is subject to license terms.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# MAPFILE HEADER START
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# Object versioning must comply with the rules detailed in
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# usr/src/lib/README.mapfiles
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# You should not be making modifications here until you've read the most current
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# copy of that file. If you need help, contact a gatekeeper for guidance.
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman# MAPFILE HEADER END
fca543ca45b12c44a243625bce68b645ba8ed791DJ Hoffman#
#
# DO NOT TOUCH THIS FILE.
# This file declares interfaces that are cast in stone.
# They offer interfaces that will never change.
# DO NOT TOUCH THIS FILE.
#
SUNW_1.1 {
global:
assfail = FUNCTION;
local:
*;
} SUNW_1.0;
SUNW_1.0 {
global:
SUNW_1.0;
} SUNW_0.7;
SUNW_0.7 {
global:
aiocancel = FUNCTION;
aioread = FUNCTION;
aiowait = FUNCTION;
aiowrite = FUNCTION;
close = NODIRECT FUNCTION;
fork = NODIRECT FUNCTION;
sigaction = FUNCTION;
};
SUNWprivate_1.1 {
global:
_sigaction = FUNCTION;
};