mapfile-vers revision f841f6ad96ea6675d6c6b35c749eaac601799fdf
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
0N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
0N/A# ident "%Z%%M% %I% %E% SMI"
0N/A#
0N/A
0N/A#
0N/A# DO NOT TOUCH THIS FILE.
0N/A# This file declares interfaces that are cast in stone.
0N/A# They offer interfaces that will never change.
0N/A# DO NOT TOUCH THIS FILE.
0N/A#
0N/A
0N/ASUNW_1.4 {
0N/A global:
0N/A clock_nanosleep = FUNCTION;
0N/A mq_reltimedreceive_np = FUNCTION;
0N/A mq_reltimedsend_np = FUNCTION;
0N/A mq_timedreceive = FUNCTION;
0N/A mq_timedsend = FUNCTION;
0N/A sem_reltimedwait_np = FUNCTION;
0N/A sem_timedwait = FUNCTION;
0N/A local:
0N/A *;
0N/A} SUNW_1.3;
0N/A
0N/ASUNW_1.3 {
0N/A global:
0N/A aio_waitn = FUNCTION;
0N/A aio_waitn64 = FUNCTION;
0N/A} SUNW_1.2;
0N/A
0N/ASUNW_1.2 {
0N/A global:
0N/A close = FUNCTION;
0N/A} SUNW_1.1;
0N/A
0N/ASUNW_1.1 {
0N/A global:
0N/A aio_cancel64 = FUNCTION;
0N/A aio_error64 = FUNCTION;
0N/A aio_fsync64 = FUNCTION;
0N/A aio_read64 = FUNCTION;
0N/A aio_return64 = FUNCTION;
0N/A aio_suspend64 = FUNCTION;
0N/A aio_write64 = FUNCTION;
0N/A fork = FUNCTION;
0N/A lio_listio64 = FUNCTION;
0N/A} SUNW_0.7;
0N/A
0N/ASUNW_0.7 {
0N/A global:
0N/A aio_cancel = FUNCTION;
0N/A aio_error = FUNCTION;
0N/A aio_fsync = FUNCTION;
0N/A aio_read = FUNCTION;
0N/A aio_return = FUNCTION;
0N/A aio_suspend = FUNCTION;
0N/A aio_write = FUNCTION;
0N/A clock_getres = FUNCTION;
0N/A clock_gettime = FUNCTION;
0N/A clock_settime = FUNCTION;
0N/A fdatasync = FUNCTION;
0N/A lio_listio = FUNCTION;
0N/A mq_close = FUNCTION;
0N/A mq_getattr = FUNCTION;
mq_notify = FUNCTION;
mq_open = FUNCTION;
mq_receive = FUNCTION;
mq_send = FUNCTION;
mq_setattr = FUNCTION;
mq_unlink = FUNCTION;
nanosleep = FUNCTION;
sched_getparam = FUNCTION;
sched_get_priority_max = FUNCTION;
sched_get_priority_min = FUNCTION;
sched_getscheduler = FUNCTION;
sched_rr_get_interval = FUNCTION;
sched_setparam = FUNCTION;
sched_setscheduler = FUNCTION;
sched_yield = FUNCTION;
sem_close = FUNCTION;
sem_destroy = FUNCTION;
sem_getvalue = FUNCTION;
sem_init = FUNCTION;
sem_open = FUNCTION;
sem_post = FUNCTION;
sem_trywait = FUNCTION;
sem_unlink = FUNCTION;
sem_wait = FUNCTION;
shm_open = FUNCTION;
shm_unlink = FUNCTION;
sigqueue = FUNCTION;
sigtimedwait = FUNCTION;
sigwaitinfo = FUNCTION;
timer_create = FUNCTION;
timer_delete = FUNCTION;
timer_getoverrun = FUNCTION;
timer_gettime = FUNCTION;
timer_settime = FUNCTION;
};
SUNWprivate_1.1 {
global:
_clock_getres = FUNCTION;
_clock_gettime = FUNCTION;
_clock_nanosleep = FUNCTION;
_clock_settime = FUNCTION;
_nanosleep = FUNCTION;
_sem_close = FUNCTION;
_sem_destroy = FUNCTION;
_sem_getvalue = FUNCTION;
_sem_init = FUNCTION;
_sem_open = FUNCTION;
_sem_post = FUNCTION;
_sem_reltimedwait_np = FUNCTION;
_sem_timedwait = FUNCTION;
_sem_trywait = FUNCTION;
_sem_unlink = FUNCTION;
_sem_wait = FUNCTION;
_sigqueue = FUNCTION;
_sigtimedwait = FUNCTION;
_sigwaitinfo = FUNCTION;
_timer_create = FUNCTION;
_timer_delete = FUNCTION;
_timer_getoverrun = FUNCTION;
_timer_gettime = FUNCTION;
_timer_settime = FUNCTION;
};