mapfile-vers revision 3c4993fb5a74112f361d71dab20997bdc749a7fb
97N/A#
97N/A# CDDL HEADER START
97N/A#
97N/A# The contents of this file are subject to the terms of the
97N/A# Common Development and Distribution License (the "License").
97N/A# You may not use this file except in compliance with the License.
97N/A#
97N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97N/A# or http://www.opensolaris.org/os/licensing.
97N/A# See the License for the specific language governing permissions
97N/A# and limitations under the License.
97N/A#
97N/A# When distributing Covered Code, include this CDDL HEADER in each
97N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
97N/A# If applicable, add the following below this CDDL HEADER, with the
97N/A# fields enclosed by brackets "[]" replaced with your own identifying
97N/A# information: Portions Copyright [yyyy] [name of copyright owner]
97N/A#
97N/A# CDDL HEADER END
97N/A#
1607N/A#
97N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
97N/A# Use is subject to license terms.
97N/A#
97N/A# ident "%Z%%M% %I% %E% SMI"
1119N/A#
618N/A
97N/A#
97N/A# DO NOT TOUCH THIS FILE.
844N/A# This file declares interfaces that are cast in stone.
1119N/A# They offer interfaces that will never change.
618N/A# DO NOT TOUCH THIS FILE.
1258N/A#
1119N/A
1119N/ASUNW_1.1 {
1119N/A global:
1119N/A assfail = FUNCTION;
1119N/A local:
1119N/A *;
1119N/A} SUNW_1.0;
1119N/A
97N/ASUNW_1.0 {
97N/A global:
97N/A aioread64 = FUNCTION;
97N/A aiowrite64 = FUNCTION;
1119N/A} SUNW_0.7;
1119N/A
99N/ASUNW_0.7 {
99N/A global:
97N/A aiocancel = FUNCTION;
99N/A aioread = FUNCTION;
99N/A aiowait = FUNCTION;
151N/A aiowrite = FUNCTION;
1184N/A close = NODIRECT FUNCTION;
151N/A fork = NODIRECT FUNCTION;
151N/A sigaction = FUNCTION;
181N/A};
181N/A
97N/ASUNWprivate_1.1 {
1607N/A global:
1607N/A _sigaction = FUNCTION;
1607N/A};
97N/A