mapfile-vers revision 49b225e1cfa7bbf7738d4df0a03f18e3283426eb
6134N/A#
6134N/A# CDDL HEADER START
6134N/A#
6134N/A# The contents of this file are subject to the terms of the
6134N/A# Common Development and Distribution License (the "License").
6134N/A# You may not use this file except in compliance with the License.
6134N/A#
6134N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6134N/A# or http://www.opensolaris.org/os/licensing.
6134N/A# See the License for the specific language governing permissions
6134N/A# and limitations under the License.
6134N/A#
6134N/A# When distributing Covered Code, include this CDDL HEADER in each
6134N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6134N/A# If applicable, add the following below this CDDL HEADER, with the
6134N/A# fields enclosed by brackets "[]" replaced with your own identifying
6134N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6134N/A#
6134N/A# CDDL HEADER END
6134N/A#
6134N/A#
6134N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6134N/A# Use is subject to license terms.
6134N/A#
6134N/A
6134N/A#
6134N/A# MAPFILE HEADER START
6134N/A#
6156N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
6134N/A# Object versioning must comply with the rules detailed in
6191N/A#
6156N/A# usr/src/lib/README.mapfiles
6134N/A#
6134N/A# You should not be making modifications here until you've read the most current
6134N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
6156N/A#
6134N/A# MAPFILE HEADER END
6156N/A#
6156N/A
6245N/A#
6156N/A# All function names added to this or any other libc mapfile
6134N/A# must be placed under the 'protected:' designation.
6245N/A# The 'global:' designation is used *only* for data
6134N/A# items and for the members of the malloc() family.
6156N/A#
6165N/A
6156N/A#
6156N/A# README README README README README README: how to update this file
6134N/A# 1) each version of Solaris/OpenSolaris gets a version number.
6134N/A# (Actually since Solaris is actually a series of OpenSolaris releases
6134N/A# we'll just use OpenSolaris for this exercise.)
6243N/A# OpenSolaris 2008.11 gets 1.23
6243N/A# OpenSolaris 2009.04 gets 1.24
6243N/A# etc.
6243N/A# 2) each project integration uses a unique version number.
6134N/A# PSARC/2008/123 gets 1.24.1
6243N/A# PSARC/2008/456 gets 1.24.2
6243N/A# etc.
6243N/A#
6134N/A
6245N/A
6245N/ASUNW_1.23 { # SunOS 5.11 (Solaris 11)
6156N/A global:
6243N/A _nl_domain_bindings;
6243N/A _nl_msg_cat_cntr;
6243N/A protected:
6243N/A addrtosymstr;
6243N/A aio_cancel;
6243N/A aiocancel;
6243N/A aio_error;
6243N/A aio_fsync;
6243N/A aio_read;
6243N/A aioread;
6243N/A aio_return;
6243N/A aio_suspend;
6134N/A aiowait;
6134N/A aio_waitn;
6134N/A aio_write;
6156N/A aiowrite;
6134N/A asprintf;
6134N/A assfail;
6134N/A backtrace;
6134N/A backtrace_symbols;
6243N/A backtrace_symbols_fd;
6156N/A clock_getres;
6134N/A clock_gettime;
6134N/A clock_nanosleep;
6134N/A clock_settime;
6156N/A daemon;
6156N/A dirfd;
6134N/A door_bind;
6134N/A door_call;
6134N/A door_create;
6134N/A door_cred;
6134N/A door_getparam;
6245N/A door_info;
6245N/A door_return;
6134N/A door_revoke;
6134N/A door_server_create;
6156N/A door_setparam;
6156N/A door_ucred;
6156N/A door_unbind;
6156N/A door_xcreate;
6156N/A err;
6156N/A errx;
6156N/A faccessat;
6156N/A fdatasync;
6156N/A fgetattr;
6156N/A forkallx;
6156N/A forkx;
6156N/A fsetattr;
6156N/A futimens;
6165N/A getattrat;
6165N/A htonl;
6156N/A htonll;
6156N/A htons;
6165N/A lio_listio;
6165N/A mkdtemp;
6156N/A mkstemps;
6156N/A mmapobj;
6156N/A mq_close;
6156N/A mq_getattr;
6156N/A mq_notify;
6165N/A mq_open;
6165N/A mq_receive;
6165N/A mq_reltimedreceive_np;
6165N/A mq_reltimedsend_np;
6165N/A mq_send;
6156N/A mq_setattr;
6156N/A mq_timedreceive;
6156N/A mq_timedsend;
6156N/A mq_unlink;
6156N/A nanosleep;
6156N/A ntohl;
6156N/A ntohll;
6156N/A ntohs;
6156N/A posix_fadvise;
6156N/A posix_fallocate;
6156N/A posix_madvise;
6156N/A posix_memalign;
6156N/A posix_spawn_file_actions_addclosefrom_np;
6156N/A posix_spawnattr_getsigignore_np;
6156N/A posix_spawnattr_setsigignore_np;
6156N/A pthread_key_create_once_np;
6195N/A pthread_mutexattr_getrobust;
6156N/A pthread_mutexattr_setrobust;
6156N/A pthread_mutex_consistent;
6156N/A sched_getparam;
6156N/A sched_get_priority_max;
6156N/A sched_get_priority_min;
6156N/A sched_getscheduler;
6156N/A sched_rr_get_interval;
6156N/A sched_setparam;
6243N/A sched_setscheduler;
6243N/A sched_yield;
6243N/A sem_close;
6243N/A sem_destroy;
6243N/A sem_getvalue;
6243N/A sem_init;
6156N/A sem_open;
6156N/A sem_post;
6156N/A sem_reltimedwait_np;
6156N/A sem_timedwait;
6156N/A sem_trywait;
6156N/A sem_unlink;
6156N/A sem_wait;
6156N/A setattrat;
6156N/A _sharefs;
6156N/A shm_open;
6156N/A shm_unlink;
6156N/A sigqueue;
6156N/A sigtimedwait;
6156N/A sigwaitinfo;
6156N/A strnlen;
6156N/A strsep;
6156N/A thr_keycreate_once;
6156N/A timer_create;
6156N/A timer_delete;
6156N/A timer_getoverrun;
6156N/A timer_gettime;
6156N/A timer_settime;
6134N/A u8_strcmp;
6134N/A u8_validate;
6134N/A uconv_u16tou32;
6243N/A uconv_u16tou8;
6243N/A uconv_u32tou16;
6243N/A uconv_u32tou8;
6243N/A uconv_u8tou16;
6261N/A uconv_u8tou32;
6261N/A utimensat;
6261N/A vasprintf;
6229N/A verr;
6229N/A verrx;
6229N/A vforkx;
6245N/A vwarn;
6245N/A vwarnx;
6245N/A warn;
6245N/A warnx;
6245N/A} SUNW_1.22.5;
6245N/A
6245N/ASUNW_1.22.5 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions
6245N/A protected:
6245N/A getpagesizes2;
6245N/A} SUNW_1.22.4;
6245N/A
6245N/ASUNW_1.22.4 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions
6245N/A protected:
6245N/A SUNW_1.22.4;
6245N/A} SUNW_1.22.3;
6229N/A
6229N/ASUNW_1.22.3 { # SunOS 5.10 (Solaris 10) patch additions
6229N/A protected:
6245N/A mutex_consistent;
6245N/A u8_textprep_str;
6245N/A uucopy;
6229N/A uucopystr;
6229N/A} SUNW_1.22.2;
6229N/A
6229N/ASUNW_1.22.2 { # SunOS 5.10 (Solaris 10) patch additions
6229N/A protected:
6229N/A is_system_labeled;
6229N/A ucred_getlabel;
6229N/A _ucred_getlabel;
6229N/A} SUNW_1.22.1;
6245N/A
6245N/ASUNW_1.22.1 { # SunOS 5.10 (Solaris 10) patch additions
6245N/A protected:
6229N/A atomic_add_8;
6229N/A atomic_add_8_nv;
6229N/A atomic_add_char = NODYNSORT;
6229N/A atomic_add_char_nv = NODYNSORT;
6229N/A atomic_add_int = NODYNSORT;
6229N/A atomic_add_int_nv = NODYNSORT;
6229N/A atomic_add_ptr = NODYNSORT;
6229N/A atomic_add_ptr_nv = NODYNSORT;
6229N/A atomic_add_short = NODYNSORT;
6229N/A atomic_add_short_nv = NODYNSORT;
6229N/A atomic_and_16;
6134N/A atomic_and_16_nv;
6134N/A atomic_and_32_nv;
6134N/A atomic_and_64;
6134N/A atomic_and_64_nv;
6134N/A atomic_and_8;
6134N/A atomic_and_8_nv;
6134N/A atomic_and_uchar = NODYNSORT;
6134N/A atomic_and_uchar_nv = NODYNSORT;
6134N/A atomic_and_uint_nv = NODYNSORT;
6134N/A atomic_and_ulong = NODYNSORT;
6245N/A atomic_and_ulong_nv = NODYNSORT;
6134N/A atomic_and_ushort = NODYNSORT;
6134N/A atomic_and_ushort_nv = NODYNSORT;
6229N/A atomic_cas_16;
6229N/A atomic_cas_32;
6229N/A atomic_cas_64;
6229N/A atomic_cas_8;
6229N/A atomic_cas_ptr = NODYNSORT;
6229N/A atomic_cas_uchar = NODYNSORT;
6229N/A atomic_cas_uint = NODYNSORT;
6229N/A atomic_cas_ulong = NODYNSORT;
6229N/A atomic_cas_ushort = NODYNSORT;
6229N/A atomic_clear_long_excl = NODYNSORT;
6229N/A atomic_dec_16;
6229N/A atomic_dec_16_nv;
6245N/A atomic_dec_32;
6272N/A atomic_dec_32_nv;
6245N/A atomic_dec_64;
6245N/A atomic_dec_64_nv;
6134N/A atomic_dec_8;
6243N/A atomic_dec_8_nv;
6243N/A atomic_dec_uchar = NODYNSORT;
6243N/A atomic_dec_uchar_nv = NODYNSORT;
6243N/A atomic_dec_uint = NODYNSORT;
6243N/A atomic_dec_uint_nv = NODYNSORT;
6243N/A atomic_dec_ulong = NODYNSORT;
6243N/A atomic_dec_ulong_nv = NODYNSORT;
6243N/A atomic_dec_ushort = NODYNSORT;
6243N/A atomic_dec_ushort_nv = NODYNSORT;
6134N/A atomic_inc_16;
6134N/A atomic_inc_16_nv;
6134N/A atomic_inc_32;
6272N/A atomic_inc_32_nv;
6272N/A atomic_inc_64;
6272N/A atomic_inc_64_nv;
6272N/A atomic_inc_8;
6272N/A atomic_inc_8_nv;
6272N/A atomic_inc_uchar = NODYNSORT;
6272N/A atomic_inc_uchar_nv = NODYNSORT;
6272N/A atomic_inc_uint = NODYNSORT;
6272N/A atomic_inc_uint_nv = NODYNSORT;
6134N/A atomic_inc_ulong = NODYNSORT;
6134N/A atomic_inc_ulong_nv = NODYNSORT;
6245N/A atomic_inc_ushort = NODYNSORT;
6245N/A atomic_inc_ushort_nv = NODYNSORT;
6245N/A atomic_or_16;
6245N/A atomic_or_16_nv;
6245N/A atomic_or_32_nv;
6245N/A atomic_or_64;
6245N/A atomic_or_64_nv;
6134N/A atomic_or_8;
6134N/A atomic_or_8_nv;
6134N/A atomic_or_uchar = NODYNSORT;
6134N/A atomic_or_uchar_nv = NODYNSORT;
6134N/A atomic_or_uint_nv = NODYNSORT;
6134N/A atomic_or_ulong = NODYNSORT;
6134N/A atomic_or_ulong_nv = NODYNSORT;
6191N/A atomic_or_ushort = NODYNSORT;
6134N/A atomic_or_ushort_nv = NODYNSORT;
6134N/A atomic_set_long_excl = NODYNSORT;
6134N/A atomic_swap_16;
6134N/A atomic_swap_32;
6134N/A atomic_swap_64;
6134N/A atomic_swap_8;
6261N/A atomic_swap_ptr = NODYNSORT;
6261N/A atomic_swap_uchar = NODYNSORT;
6261N/A atomic_swap_uint = NODYNSORT;
6261N/A atomic_swap_ulong = NODYNSORT;
6261N/A atomic_swap_ushort = NODYNSORT;
6261N/A membar_consumer;
6261N/A membar_enter;
6134N/A membar_exit;
6134N/A membar_producer;
6229N/A} SUNW_1.22;
6134N/A
6134N/ASUNW_1.22 { # SunOS 5.10 (Solaris 10)
6134N/A protected:
6134N/A alphasort;
6134N/A _alphasort;
6134N/A atomic_add_16;
6229N/A atomic_add_16_nv;
6134N/A atomic_add_32;
6134N/A atomic_add_32_nv;
6134N/A atomic_add_64;
6134N/A atomic_add_64_nv;
6245N/A atomic_add_long = NODYNSORT;
6245N/A atomic_add_long_nv = NODYNSORT;
6245N/A atomic_and_32;
6245N/A atomic_and_uint = NODYNSORT;
6245N/A atomic_or_32;
6245N/A atomic_or_uint = NODYNSORT;
6245N/A _Exit;
6134N/A getisax;
6134N/A _getisax;
6229N/A getopt_clip;
6134N/A _getopt_clip;
6134N/A getopt_long;
6134N/A _getopt_long;
6134N/A getopt_long_only;
6134N/A _getopt_long_only;
6134N/A getpeerucred;
6229N/A _getpeerucred;
6134N/A getpflags;
6134N/A _getpflags;
6134N/A getppriv;
6134N/A _getppriv;
6245N/A getprivimplinfo;
6245N/A _getprivimplinfo;
6245N/A getzoneid;
6245N/A getzoneidbyname;
6245N/A getzonenamebyid;
6245N/A imaxabs;
6245N/A imaxdiv;
6134N/A isblank;
6134N/A iswblank;
6229N/A port_alert;
6134N/A port_associate;
6134N/A port_create;
6134N/A port_dissociate;
6134N/A port_get;
6134N/A port_getn;
6134N/A port_send;
6229N/A port_sendn;
6134N/A posix_openpt;
6134N/A posix_spawn;
6134N/A posix_spawnattr_destroy;
6134N/A posix_spawnattr_getflags;
6134N/A posix_spawnattr_getpgroup;
6134N/A posix_spawnattr_getschedparam;
6229N/A posix_spawnattr_getschedpolicy;
6134N/A posix_spawnattr_getsigdefault;
6134N/A posix_spawnattr_getsigmask;
6134N/A posix_spawnattr_init;
6134N/A posix_spawnattr_setflags;
6134N/A posix_spawnattr_setpgroup;
6134N/A posix_spawnattr_setschedparam;
6229N/A posix_spawnattr_setschedpolicy;
6134N/A posix_spawnattr_setsigdefault;
6134N/A posix_spawnattr_setsigmask;
6134N/A posix_spawn_file_actions_addclose;
6134N/A posix_spawn_file_actions_adddup2;
6134N/A posix_spawn_file_actions_addopen;
6134N/A posix_spawn_file_actions_destroy;
6261N/A posix_spawn_file_actions_init;
6261N/A posix_spawnp;
6261N/A priv_addset;
6243N/A _priv_addset;
6243N/A priv_allocset;
6245N/A _priv_allocset;
6243N/A priv_copyset;
6243N/A _priv_copyset;
6243N/A priv_delset;
6243N/A _priv_delset;
6156N/A priv_emptyset;
6156N/A _priv_emptyset;
6156N/A priv_fillset;
6156N/A _priv_fillset;
6156N/A __priv_free_info;
6156N/A priv_freeset;
6156N/A _priv_freeset;
6243N/A priv_getbyname;
6243N/A _priv_getbyname;
6243N/A __priv_getbyname;
6243N/A priv_getbynum;
6243N/A _priv_getbynum;
6243N/A __priv_getbynum;
6156N/A __priv_getdata;
6156N/A priv_getsetbyname;
6156N/A _priv_getsetbyname;
6156N/A __priv_getsetbyname;
6156N/A priv_getsetbynum;
6156N/A _priv_getsetbynum;
6134N/A __priv_getsetbynum;
6134N/A priv_gettext;
6261N/A _priv_gettext;
6261N/A priv_ineffect;
6261N/A _priv_ineffect;
6261N/A priv_intersect;
6261N/A _priv_intersect;
6261N/A priv_inverse;
6261N/A _priv_inverse;
6261N/A priv_isemptyset;
6261N/A _priv_isemptyset;
6243N/A priv_isequalset;
6243N/A _priv_isequalset;
6243N/A priv_isfullset;
6243N/A _priv_isfullset;
6243N/A priv_ismember;
6243N/A _priv_ismember;
6243N/A priv_issubset;
6243N/A _priv_issubset;
6243N/A __priv_parse_info;
6243N/A priv_set;
6243N/A _priv_set;
6243N/A priv_set_to_str;
6243N/A _priv_set_to_str;
6243N/A __priv_set_to_str;
6243N/A priv_str_to_set;
6243N/A _priv_str_to_set;
6243N/A priv_union;
6243N/A _priv_union;
6243N/A pselect;
6243N/A pthread_attr_getstack;
6243N/A pthread_attr_setstack;
6243N/A pthread_barrierattr_destroy;
6243N/A pthread_barrierattr_getpshared;
6243N/A pthread_barrierattr_init;
6243N/A pthread_barrierattr_setpshared;
6243N/A pthread_barrier_destroy;
6243N/A pthread_barrier_init;
6243N/A pthread_barrier_wait;
6243N/A pthread_condattr_getclock;
6243N/A pthread_condattr_setclock;
6243N/A pthread_mutexattr_getrobust_np = NODYNSORT;
6243N/A pthread_mutexattr_setrobust_np = NODYNSORT;
6243N/A pthread_mutex_consistent_np = NODYNSORT;
6243N/A pthread_mutex_reltimedlock_np;
6243N/A pthread_mutex_timedlock;
6243N/A pthread_rwlock_reltimedrdlock_np;
6243N/A pthread_rwlock_reltimedwrlock_np;
6243N/A pthread_rwlock_timedrdlock;
6134N/A pthread_rwlock_timedwrlock;
6134N/A pthread_setschedprio;
6156N/A pthread_spin_destroy;
6134N/A pthread_spin_init;
6134N/A pthread_spin_lock;
6156N/A pthread_spin_trylock;
6156N/A pthread_spin_unlock;
6156N/A rctlblk_set_recipient_pid;
6156N/A scandir;
6165N/A _scandir;
6165N/A schedctl_exit;
6243N/A schedctl_init;
6243N/A schedctl_lookup;
6243N/A sema_reltimedwait;
6243N/A sema_timedwait;
6243N/A setenv;
6243N/A setpflags;
6156N/A _setpflags;
6134N/A setppriv;
6134N/A _setppriv;
6134N/A strerror_r;
6134N/A strtof;
6156N/A strtoimax;
6134N/A strtold;
6134N/A strtoumax;
6156N/A ucred_free;
6156N/A _ucred_free;
6156N/A ucred_get;
6156N/A _ucred_get;
6165N/A ucred_getegid;
6165N/A _ucred_getegid;
6243N/A ucred_geteuid;
6243N/A _ucred_geteuid;
6243N/A ucred_getgroups;
6243N/A _ucred_getgroups;
6243N/A ucred_getpflags;
6243N/A _ucred_getpflags;
6243N/A ucred_getpid;
6156N/A _ucred_getpid;
6156N/A ucred_getprivset;
6134N/A _ucred_getprivset;
6134N/A ucred_getprojid;
6134N/A _ucred_getprojid;
6134N/A ucred_getrgid;
6134N/A _ucred_getrgid;
6134N/A ucred_getruid;
6134N/A _ucred_getruid;
6243N/A ucred_getsgid;
6243N/A _ucred_getsgid;
6243N/A ucred_getsuid;
6243N/A _ucred_getsuid;
6243N/A ucred_getzoneid;
6243N/A _ucred_getzoneid;
6191N/A ucred_size;
6134N/A _ucred_size;
6134N/A unsetenv;
6245N/A wcstof;
6245N/A wcstoimax;
6245N/A wcstold;
6245N/A wcstoll;
6245N/A wcstoull;
6245N/A wcstoumax;
6245N/A} SUNW_1.21.3;
6156N/A
6156N/ASUNW_1.21.3 { # SunOS 5.9 (Solaris 9) patch additions
6156N/A protected:
6156N/A forkall;
6156N/A} SUNW_1.21.2;
6156N/A
6134N/ASUNW_1.21.2 { # SunOS 5.9 (Solaris 9) patch additions
6134N/A protected:
6134N/A getustack;
6134N/A _getustack;
6156N/A setustack;
6156N/A _setustack;
6156N/A stack_getbounds;
6156N/A _stack_getbounds;
6156N/A _stack_grow;
6156N/A stack_inbounds;
6156N/A _stack_inbounds;
6156N/A stack_setbounds;
6156N/A _stack_setbounds;
6156N/A stack_violation;
6156N/A _stack_violation;
6156N/A} SUNW_1.21.1;
6156N/A
6156N/ASUNW_1.21.1 { # SunOS 5.9 (Solaris 9) patch additions
6156N/A protected:
6243N/A crypt_gensalt;
6243N/A} SUNW_1.21;
6243N/A
6243N/ASUNW_1.21 { # SunOS 5.9 (Solaris 9)
6156N/A protected:
6156N/A attropen;
6156N/A _attropen;
6156N/A bind_textdomain_codeset;
6156N/A closefrom;
6156N/A _closefrom;
6156N/A cond_reltimedwait;
6156N/A dcngettext;
6156N/A dngettext;
6156N/A fchownat;
6156N/A _fchownat;
6156N/A fdopendir;
6156N/A _fdopendir;
6156N/A fdwalk;
6156N/A _fdwalk;
6156N/A fstatat;
6156N/A _fstatat;
6156N/A futimesat;
6156N/A _futimesat;
6156N/A getcpuid;
6156N/A _getcpuid;
6156N/A gethomelgroup;
6156N/A _gethomelgroup = NODYNSORT;
6191N/A getpagesizes;
6191N/A getrctl;
6191N/A _getrctl;
6191N/A issetugid;
6134N/A _issetugid;
6134N/A _lwp_cond_reltimedwait;
6134N/A meminfo;
6134N/A _meminfo;
6245N/A ngettext;
6245N/A openat;
6245N/A _openat;
6245N/A printstack;
6245N/A priocntl;
6245N/A priocntlset;
6245N/A pset_getattr;
6245N/A pset_getloadavg;
6245N/A pset_list;
6245N/A pset_setattr;
6245N/A pthread_cond_reltimedwait_np;
6245N/A rctlblk_get_enforced_value;
6245N/A rctlblk_get_firing_time;
6245N/A rctlblk_get_global_action;
6245N/A rctlblk_get_global_flags;
6245N/A rctlblk_get_local_action;
6245N/A rctlblk_get_local_flags;
6245N/A rctlblk_get_privilege;
6245N/A rctlblk_get_recipient_pid;
6245N/A rctlblk_get_value;
6245N/A rctlblk_set_local_action;
6245N/A rctlblk_set_local_flags;
6245N/A rctlblk_set_privilege;
6245N/A rctlblk_set_value;
6245N/A rctlblk_size;
6245N/A rctl_walk;
6245N/A renameat;
6245N/A setrctl;
6134N/A _setrctl;
6134N/A unlinkat;
6156N/A _unlinkat;
6156N/A vfscanf;
6156N/A _vfscanf;
6156N/A vfwscanf;
6156N/A vscanf;
6156N/A _vscanf;
6156N/A vsscanf;
6156N/A _vsscanf;
6134N/A vswscanf;
6134N/A vwscanf;
6134N/A} SUNW_1.20.4;
6134N/A
6134N/ASUNW_1.20.4 { # SunOS 5.8 (Solaris 8) patch additions
6134N/A protected:
6156N/A semtimedop;
6156N/A _semtimedop;
6156N/A} SUNW_1.20.1;
6156N/A
6156N/ASUNW_1.20.1 { # SunOS 5.8 (Solaris 8) patch additions
6134N/A protected:
6134N/A getacct;
6134N/A _getacct;
6156N/A getprojid;
6156N/A _getprojid;
6156N/A gettaskid;
6156N/A _gettaskid;
6156N/A msgids;
6156N/A _msgids;
6156N/A msgsnap;
6156N/A _msgsnap;
6156N/A putacct;
6156N/A _putacct;
6156N/A semids;
6156N/A _semids;
6165N/A settaskid;
6165N/A _settaskid;
6156N/A shmids;
6156N/A _shmids;
6156N/A wracct;
6156N/A _wracct;
6156N/A} SUNW_1.20;
6156N/A
6156N/ASUNW_1.20 { # SunOS 5.8 (Solaris 8)
6156N/A protected:
6156N/A getextmntent;
6156N/A resetmnttab;
6156N/A} SUNW_1.19;
6156N/A
6156N/ASUNW_1.19 {
6156N/A protected:
6156N/A strlcat;
6156N/A strlcpy;
6134N/A umount2;
6134N/A _umount2;
6134N/A} SUNW_1.18.1;
6134N/A
6156N/ASUNW_1.18.1 {
6156N/A protected:
6156N/A __fsetlocking;
6156N/A} SUNW_1.18;
6156N/A
6243N/ASUNW_1.18 { # SunOS 5.7 (Solaris 7)
6243N/A protected:
6243N/A btowc;
6243N/A __fbufsize;
6243N/A __flbf;
6243N/A _flushlbf;
6243N/A __fpending;
6243N/A __fpurge;
6243N/A __freadable;
6156N/A __freading;
6156N/A fwide;
6134N/A fwprintf;
6134N/A __fwritable;
6134N/A __fwriting;
6134N/A fwscanf;
6134N/A getloadavg;
6134N/A isaexec;
6134N/A mbrlen;
6156N/A mbrtowc;
6156N/A mbsinit;
6156N/A mbsrtowcs;
6156N/A pcsample;
6156N/A pthread_attr_getguardsize;
6156N/A pthread_attr_setguardsize;
6156N/A pthread_getconcurrency;
6156N/A pthread_mutexattr_gettype;
6134N/A pthread_mutexattr_settype;
6134N/A pthread_rwlockattr_destroy;
6229N/A pthread_rwlockattr_getpshared;
6229N/A pthread_rwlockattr_init;
6229N/A pthread_rwlockattr_setpshared;
6229N/A pthread_rwlock_destroy;
6229N/A pthread_rwlock_init;
6229N/A pthread_rwlock_rdlock;
6229N/A pthread_rwlock_tryrdlock;
6229N/A pthread_rwlock_trywrlock;
6229N/A pthread_rwlock_unlock;
6229N/A pthread_rwlock_wrlock;
6229N/A pthread_setconcurrency;
6229N/A swprintf;
6229N/A swscanf;
6229N/A __sysconf_xpg5;
6229N/A vfwprintf;
6229N/A vswprintf;
6229N/A vwprintf;
6229N/A wcrtomb;
6229N/A wcsrtombs;
6229N/A wcsstr;
6229N/A wctob;
6229N/A wmemchr;
6229N/A wmemcmp;
6229N/A wmemcpy;
6134N/A wmemmove;
6134N/A wmemset;
6134N/A wprintf;
6134N/A wscanf;
6156N/A} SUNW_1.17;
6156N/A
6156N/A# The empty versions SUNW_1.2 through SUNW_1.17 must be preserved because
6156N/A# applications built on Solaris 2.6 Beta (when they did contain symbols)
6156N/A# may depend on them. All symbol content for SunOS 5.6 is now in SUNW_1.1
6156N/A
6156N/ASUNW_1.17 {
6156N/A protected:
6156N/A SUNW_1.17;
6156N/A} SUNW_1.16;
6156N/A
6243N/ASUNW_1.16 {
6243N/A protected:
6243N/A SUNW_1.16;
6243N/A} SUNW_1.15;
6243N/A
6156N/ASUNW_1.15 {
6156N/A protected:
6191N/A SUNW_1.15;
6156N/A} SUNW_1.14;
6156N/A
6156N/ASUNW_1.14 {
6156N/A protected:
6156N/A SUNW_1.14;
6156N/A} SUNW_1.13;
6156N/A
6156N/ASUNW_1.13 {
6156N/A protected:
6156N/A SUNW_1.13;
6156N/A} SUNW_1.12;
6156N/A
6156N/ASUNW_1.12 {
6156N/A protected:
6156N/A SUNW_1.12;
6156N/A} SUNW_1.11;
6156N/A
6134N/ASUNW_1.11 {
6134N/A protected:
6134N/A SUNW_1.11;
6134N/A} SUNW_1.10;
6134N/A
6134N/ASUNW_1.10 {
6134N/A protected:
6156N/A SUNW_1.10;
6156N/A} SUNW_1.9;
6156N/A
6156N/ASUNW_1.9 {
6156N/A protected:
6156N/A SUNW_1.9;
6156N/A} SUNW_1.8;
6156N/A
6156N/ASUNW_1.8 {
6156N/A protected:
6156N/A SUNW_1.8;
6156N/A} SUNW_1.7;
6134N/A
6134N/ASUNW_1.7 {
6134N/A protected:
6134N/A SUNW_1.7;
6134N/A} SUNW_1.6;
6134N/A
6156N/ASUNW_1.6 {
6134N/A protected:
6134N/A SUNW_1.6;
6134N/A} SUNW_1.5;
6134N/A
6134N/ASUNW_1.5 {
6134N/A protected:
6134N/A SUNW_1.5;
6134N/A} SUNW_1.4;
6134N/A
6134N/ASUNW_1.4 {
6134N/A protected:
6134N/A SUNW_1.4;
6134N/A} SUNW_1.3;
6134N/A
6134N/ASUNW_1.3 {
6134N/A protected:
6134N/A SUNW_1.3;
6134N/A} SUNW_1.2;
6134N/A
6134N/ASUNW_1.2 {
6134N/A protected:
6134N/A SUNW_1.2;
6134N/A} SUNW_1.1;
6134N/A
6134N/ASUNW_1.1 { # SunOS 5.6 (Solaris 2.6)
6134N/A global:
6134N/A __loc1;
6134N/A protected:
6229N/A basename;
6229N/A bindtextdomain;
6229N/A bsd_signal;
6229N/A dbm_clearerr;
6229N/A dbm_error;
6229N/A dcgettext;
6229N/A dgettext;
6229N/A directio;
6229N/A dirname;
6229N/A endusershell;
6229N/A _exithandle;
6229N/A fgetwc;
6134N/A fgetws;
6134N/A fpgetround;
6134N/A fpsetround;
6134N/A fputwc;
6134N/A fputws;
6134N/A fseeko;
6134N/A ftello;
6134N/A ftrylockfile;
6134N/A getexecname;
6134N/A _getexecname;
6243N/A getpassphrase;
6243N/A gettext;
6243N/A getusershell;
6243N/A getwc;
6243N/A getwchar;
6243N/A getws;
6243N/A isenglish;
6243N/A isideogram;
6243N/A isnumber;
6243N/A isphonogram;
6134N/A isspecial;
6134N/A iswalnum;
6134N/A iswalpha;
6134N/A iswcntrl;
6229N/A iswctype;
6134N/A iswdigit;
6134N/A iswgraph;
6199N/A iswlower;
6199N/A iswprint;
6199N/A iswpunct;
6156N/A iswspace;
6156N/A iswupper;
6156N/A iswxdigit;
6191N/A ____loc1;
6191N/A _longjmp;
6191N/A _lwp_sema_trywait;
6191N/A ntp_adjtime;
6191N/A _ntp_adjtime;
6191N/A ntp_gettime;
6191N/A _ntp_gettime;
6245N/A __posix_asctime_r;
6245N/A __posix_ctime_r;
6245N/A __posix_getgrgid_r;
6245N/A __posix_getgrnam_r;
6245N/A __posix_getlogin_r;
6245N/A __posix_getpwnam_r;
6245N/A __posix_getpwuid_r;
6245N/A __posix_sigwait;
6245N/A __posix_ttyname_r;
6245N/A pset_assign;
6134N/A pset_bind;
pset_create;
pset_destroy;
pset_info;
pthread_atfork;
pthread_attr_destroy;
pthread_attr_getdetachstate;
pthread_attr_getinheritsched;
pthread_attr_getschedparam;
pthread_attr_getschedpolicy;
pthread_attr_getscope;
pthread_attr_getstackaddr;
pthread_attr_getstacksize;
pthread_attr_init;
pthread_attr_setdetachstate;
pthread_attr_setinheritsched;
pthread_attr_setschedparam;
pthread_attr_setschedpolicy;
pthread_attr_setscope;
pthread_attr_setstackaddr;
pthread_attr_setstacksize;
pthread_cancel;
__pthread_cleanup_pop;
__pthread_cleanup_push;
pthread_create;
pthread_detach;
pthread_equal;
pthread_exit;
pthread_getschedparam;
pthread_getspecific;
pthread_join;
pthread_key_create;
pthread_key_delete;
pthread_kill;
pthread_once;
pthread_self;
pthread_setcancelstate;
pthread_setcanceltype;
pthread_setschedparam;
pthread_setspecific;
pthread_sigmask;
pthread_testcancel;
putwc;
putwchar;
putws;
regcmp;
regex;
resolvepath;
_resolvepath;
rwlock_destroy = NODYNSORT;
_rwlock_destroy = NODYNSORT;
sema_destroy;
_sema_destroy;
_setjmp;
setusershell;
siginterrupt;
sigstack;
snprintf;
strtows;
sync_instruction_memory;
textdomain;
thr_main;
towctrans;
towlower;
towupper;
ungetwc;
vsnprintf;
watoll;
wcscat;
wcschr;
wcscmp;
wcscoll;
wcscpy;
wcscspn;
wcsftime;
wcslen;
wcsncat;
wcsncmp;
wcsncpy;
wcspbrk;
wcsrchr;
wcsspn;
wcstod;
wcstok;
wcstol;
wcstoul;
wcswcs;
wcswidth;
wcsxfrm;
wctrans;
wctype;
wcwidth;
wscasecmp;
wscat;
wschr;
wscmp;
wscol;
wscoll;
wscpy;
wscspn;
wsdup;
wslen;
wsncasecmp;
wsncat;
wsncmp;
wsncpy;
wspbrk;
wsprintf;
wsrchr;
wsscanf;
wsspn;
wstod;
wstok;
wstol;
wstoll;
wstostr;
wsxfrm;
__xpg4_putmsg;
__xpg4_putpmsg;
} SUNW_0.9;
SUNW_0.9 { # SunOS 5.5 (Solaris 2.5)
protected:
acl;
bcmp;
bcopy;
bzero;
facl;
ftime;
getdtablesize;
gethostid;
gethostname;
getpagesize;
getpriority;
getrusage;
getwd;
index;
initstate;
killpg;
_nsc_trydoorcall;
pthread_condattr_destroy;
pthread_condattr_getpshared;
pthread_condattr_init;
pthread_condattr_setpshared;
pthread_cond_broadcast;
pthread_cond_destroy;
pthread_cond_init;
pthread_cond_signal;
pthread_cond_timedwait;
pthread_cond_wait;
pthread_mutexattr_destroy;
pthread_mutexattr_getprioceiling;
pthread_mutexattr_getprotocol;
pthread_mutexattr_getpshared;
pthread_mutexattr_init;
pthread_mutexattr_setprioceiling;
pthread_mutexattr_setprotocol;
pthread_mutexattr_setpshared;
pthread_mutex_destroy;
pthread_mutex_getprioceiling;
pthread_mutex_init;
pthread_mutex_lock;
pthread_mutex_setprioceiling;
pthread_mutex_trylock;
pthread_mutex_unlock;
random;
reboot;
re_comp;
re_exec;
rindex;
setbuffer;
sethostname;
setlinebuf;
setpriority;
setregid;
setreuid;
setstate;
srandom;
thr_min_stack;
thr_stksegment;
ualarm;
usleep;
wait3;
wait4;
} SUNW_0.8;
SUNW_0.8 { # SunOS 5.4 (Solaris 2.4)
global:
__xpg4 = NODIRECT;
protected:
addsev;
cond_broadcast = NODYNSORT;
cond_destroy = NODYNSORT;
cond_init;
cond_signal = NODYNSORT;
cond_timedwait;
cond_wait;
confstr;
fnmatch;
_getdate_err_addr;
glob;
globfree;
iconv;
iconv_close;
iconv_open;
lfmt;
mutex_destroy = NODYNSORT;
mutex_init;
mutex_lock = NODYNSORT;
mutex_trylock = NODYNSORT;
mutex_unlock = NODYNSORT;
pfmt;
regcomp;
regerror;
regexec;
regfree;
rwlock_init;
rw_rdlock = NODYNSORT;
rw_read_held;
rw_tryrdlock = NODYNSORT;
rw_trywrlock = NODYNSORT;
rw_unlock = NODYNSORT;
rw_write_held;
rw_wrlock = NODYNSORT;
sema_held;
sema_init;
sema_post;
sema_trywait;
sema_wait;
setcat;
sigfpe;
strfmon;
strptime;
thr_continue;
thr_create;
thr_exit;
thr_getconcurrency;
thr_getprio;
thr_getspecific;
thr_join;
thr_keycreate;
thr_kill;
thr_self = NODYNSORT;
thr_setconcurrency;
thr_setprio;
thr_setspecific;
thr_sigsetmask;
thr_suspend;
thr_yield;
vlfmt;
vpfmt;
wordexp;
wordfree;
} SUNW_0.7;
SUNW_0.7 { # SunOS 5.3 (Solaris 2.3)
global:
altzone;
isnanf = FUNCTION FILTER libm.so.2;
lone;
lten;
lzero;
memalign = NODIRECT;
modff = FUNCTION FILTER libm.so.2;
nss_default_finders;
_sys_illlist;
valloc = NODIRECT;
protected:
a64l;
adjtime;
ascftime;
atoll;
brk;
cftime;
closelog;
csetcol;
csetlen;
ctermid_r;
dbm_close;
dbm_delete;
dbm_fetch;
dbm_firstkey;
dbm_nextkey;
dbm_open;
dbm_store;
decimal_to_double;
decimal_to_extended;
decimal_to_quadruple;
decimal_to_single;
double_to_decimal;
drand48;
econvert;
ecvt;
endnetgrent;
endspent;
endutent;
endutxent;
erand48;
euccol;
euclen;
eucscol;
extended_to_decimal;
fchroot;
fconvert;
fcvt;
ffs;
fgetspent;
fgetspent_r;
_filbuf;
finite;
fork1 = NODYNSORT;
fpclass;
fpgetmask;
fpgetsticky;
fpsetmask;
fpsetsticky;
fstatfs;
ftruncate;
ftw;
func_to_decimal;
gconvert;
gcvt;
getdents;
gethrtime;
gethrvtime;
getmntany;
getmntent;
getnetgrent;
getnetgrent_r;
getpw;
getspent;
getspent_r;
getspnam;
getspnam_r;
getutent;
getutid;
getutline;
getutmp;
getutmpx;
getutxent;
getutxid;
getutxline;
getvfsany;
getvfsent;
getvfsfile;
getvfsspec;
getwidth;
gsignal;
hasmntopt;
innetgr;
insque;
_insque;
jrand48;
l64a;
ladd;
lckpwdf;
lcong48;
ldivide;
lexp10;
llabs;
lldiv;
llog10;
llseek;
lltostr;
lmul;
lrand48;
lshiftl;
lsub;
_lwp_cond_broadcast;
_lwp_cond_signal;
_lwp_cond_timedwait;
_lwp_cond_wait;
_lwp_continue;
_lwp_info;
_lwp_kill;
_lwp_mutex_lock;
_lwp_mutex_trylock;
_lwp_mutex_unlock;
_lwp_self;
_lwp_sema_init;
_lwp_sema_post;
_lwp_sema_wait;
_lwp_suspend;
madvise;
__major;
__makedev;
mincore;
__minor;
mkstemp;
_mkstemp;
mlockall;
mrand48;
munlockall;
nrand48;
_nss_netdb_aliases;
_nss_XbyY_buf_alloc;
_nss_XbyY_buf_free;
__nsw_extended_action;
__nsw_freeconfig;
__nsw_getconfig;
openlog;
plock;
pread;
__priocntl;
__priocntlset;
processor_bind;
processor_info;
psiginfo;
psignal;
putpwent;
putspent;
pututline;
pututxline;
pwrite;
qeconvert;
qecvt;
qfconvert;
qfcvt;
qgconvert;
qgcvt;
quadruple_to_decimal;
realpath;
remque;
_remque;
seconvert;
seed48;
select;
_sema_held;
setegid;
seteuid;
setlogmask;
setnetgrent;
setspent;
settimeofday;
setutent;
setutxent;
sfconvert;
sgconvert;
sig2str;
sigwait;
single_to_decimal;
ssignal;
statfs;
str2sig;
strcasecmp;
string_to_decimal;
strncasecmp;
strsignal;
strtoll;
strtoull;
swapctl;
sysfs;
syslog;
_syslog;
tmpnam_r;
truncate;
ttyslot;
uadmin;
ulckpwdf;
ulltostr;
unordered;
updwtmp;
updwtmpx;
ustat;
utimes;
utmpname;
utmpxname;
vfork;
vhangup;
vsyslog;
yield;
};
# There should never be more than one SUNWprivate version.
# Don't add any more. Add new private symbols to SUNWprivate_1.1
SUNWprivate_1.1 {
global:
___Argv = NODIRECT;
cfree = NODIRECT;
_cswidth;
__ctype_mask;
__environ_lock = NODIRECT;
__inf_read;
__inf_written;
__i_size;
_isnanf = FUNCTION FILTER libm.so.2;
__lc_charmap;
__lc_collate;
__lc_ctype;
__lc_locale;
__lc_messages;
__lc_monetary;
__lc_numeric;
__lc_time;
__libc_threaded;
_lib_version = NODIRECT;
_logb = FUNCTION FILTER libm.so.2;
_lone = NODYNSORT;
_lten = NODYNSORT;
_lzero = NODYNSORT;
__malloc_lock;
_modff = FUNCTION FILTER libm.so.2;
__nan_read;
__nan_written;
__nis_debug_bind;
__nis_debug_calls;
__nis_debug_file;
__nis_debug_rpc;
__nis_prefsrv;
__nis_preftype;
__nis_server;
_nss_default_finders;
_smbuf;
_sp;
_tdb_bootstrap;
__threaded;
thr_probe_getfunc_addr;
__trans_lower;
__trans_upper;
_uberdata;
__xpg6 = NODIRECT;
protected:
acctctl;
allocids;
_assert_c99;
__assert_c99;
_assfail;
attr_count;
attr_to_data_type;
attr_to_name;
attr_to_option;
attr_to_xattr_view;
_autofssys;
__btowc_dense;
__btowc_euc;
__btowc_sb;
_bufsync;
__charmap_init;
_cladm;
__class_quadruple;
__collate_init;
core_get_default_content;
core_get_default_path;
core_get_global_content;
core_get_global_path;
core_get_options;
core_get_process_content;
core_get_process_path;
core_set_default_content;
core_set_default_path;
core_set_global_content;
core_set_global_path;
core_set_options;
core_set_process_content;
core_set_process_path;
__ctype_init;
dbm_close_status;
dbm_do_nextkey;
dbm_setdefwrite;
_D_cplx_div;
_D_cplx_div_ix;
_D_cplx_div_rx;
_D_cplx_mul;
defclose_r;
defcntl;
defcntl_r;
defopen;
defopen_r;
defread;
defread_r;
_delete;
_dgettext;
_doprnt;
_doscan;
_errfp;
_errxfp;
__eucpctowc_gen;
exportfs;
_F_cplx_div;
_F_cplx_div_ix;
_F_cplx_div_rx;
_F_cplx_mul;
__fgetwc_dense;
__fgetwc_euc;
__fgetwc_sb;
__fgetwc_xpg5;
__fgetws_xpg5;
_findbuf;
_findiop;
__fini_daemon_priv;
_finite;
__fnmatch_C;
__fnmatch_sb;
__fnmatch_std;
_fork1 = NODYNSORT;
_forkall = NODYNSORT;
_fpclass;
_fpgetmask;
_fpgetround;
_fpgetsticky;
_fprintf;
_fpsetmask;
_fpsetround;
_fpsetsticky;
__fputwc_xpg5;
__fputws_xpg5;
_ftw;
_gcvt;
_getarg;
__getcontext;
__getdate_std;
_getdents;
_get_exit_frame_monitor;
_getfp;
_getgroupsbymember;
_getlogin_r;
_getsp;
__gettsp;
getvmusage;
__getwchar_xpg5;
__getwc_xpg5;
gtty;
idmap_reg;
idmap_unreg;
__init_daemon_priv;
__init_suid_priv;
_insert;
inst_sync;
_is_euc_fc;
_is_euc_pc;
_iswctype;
__iswctype_bc;
__iswctype_sb;
__iswctype_std;
klpd_create;
klpd_getpath;
klpd_getport;
klpd_getucred;
klpd_register;
klpd_register_id;
klpd_unregister;
klpd_unregister_id;
_lgrp_home_fast = NODYNSORT;
_lgrpsys;
_lltostr;
__localeconv_std;
__locale_init;
_lock_clear;
_lock_try;
_ltzset;
lwp_self;
makeut;
makeutx;
_mbftowc;
__mbftowc_dense;
__mbftowc_euc;
__mbftowc_sb;
__mblen_gen;
__mblen_sb;
__mbrlen_gen;
__mbrlen_sb;
__mbrtowc_dense;
__mbrtowc_euc;
__mbrtowc_sb;
__mbsinit_gen;
__mbsrtowcs_dense;
__mbsrtowcs_euc;
__mbsrtowcs_sb;
__mbst_get_consumed_array;
__mbst_get_locale;
__mbst_get_nconsumed;
__mbstowcs_dense;
__mbstowcs_euc;
__mbstowcs_sb;
__mbst_set_consumed_array;
__mbst_set_locale;
__mbst_set_nconsumed;
__mbtowc_dense;
__mbtowc_euc;
__mbtowc_sb;
mcfiller;
__messages_init;
mntopt;
modctl;
modutx;
__monetary_init;
msgctl64;
__multi_innetgr;
_mutex_destroy = NODYNSORT;
mutex_held;
_mutex_init = NODYNSORT;
_mutex_unlock = NODYNSORT;
name_to_attr;
nfs_getfh;
nfssvc;
_nfssys;
__nis_get_environment;
__nl_langinfo_std;
_nss_db_state_destr;
nss_default_key2str;
nss_delete;
nss_endent;
nss_getent;
_nss_initf_group;
_nss_initf_netgroup;
_nss_initf_passwd;
_nss_initf_shadow;
nss_packed_arg_init;
nss_packed_context_init;
nss_packed_getkey;
nss_packed_set_status;
nss_search;
nss_setent;
_nss_XbyY_fgets;
__nsw_extended_action_v1;
__nsw_freeconfig_v1;
__nsw_getconfig_v1;
__nthreads;
__numeric_init;
__openattrdirat;
option_to_attr;
__priv_bracket;
__priv_relinquish;
pset_assign_forced;
pset_bind_lwp;
_psignal;
_pthread_setcleanupinit;
__putwchar_xpg5;
__putwc_xpg5;
rctlctl;
rctllist;
_realbufend;
__regcomp_C;
__regcomp_std;
__regerror_std;
__regexec_C;
__regexec_std;
__regfree_std;
_resume;
_resume_ret;
_rpcsys;
_sbrk_grow_aligned;
scrwidth;
semctl64;
_semctl64;
set_setcontext_enforcement;
set_l10n_alternate_root;
_setbufend;
__set_errno;
setprojrctl;
_setregid;
_setreuid;
setsigacthandler;
shmctl64;
_shmctl64;
sigflag;
_signal;
_sigoff;
_sigon;
_so_accept;
_so_bind;
_sockconfig;
_so_connect;
_so_getpeername;
_so_getsockname;
_so_getsockopt;
_so_listen;
_so_recv;
_so_recvfrom;
_so_recvmsg;
_so_send;
_so_sendmsg;
_so_sendto;
_so_setsockopt;
_so_shutdown;
_so_socket;
_so_socketpair;
str2group;
str2passwd;
str2spwd;
__strcoll_C;
__strcoll_sb;
__strcoll_std;
__strfmon_std;
__strftime_std;
__strptime_dontzero;
__strptime_std;
__strxfrm_C;
__strxfrm_sb;
__strxfrm_std;
stty;
syscall;
_sysconfig;
__systemcall;
thr_continue_allmutators;
_thr_continue_allmutators;
thr_continue_mutator;
_thr_continue_mutator;
thr_getstate;
_thr_getstate;
thr_mutators_barrier;
_thr_mutators_barrier;
thr_probe_setup;
_thr_schedctl;
thr_setmutator;
_thr_setmutator;
thr_setstate;
_thr_setstate;
thr_sighndlrinfo;
_thr_sighndlrinfo;
_thr_slot_offset;
thr_suspend_allmutators;
_thr_suspend_allmutators;
thr_suspend_mutator;
_thr_suspend_mutator;
thr_wait_mutator;
_thr_wait_mutator;
__time_init;
__tls_get_addr;
__towctrans_bc;
__towctrans_std;
__towlower_bc;
__towlower_std;
__towupper_bc;
__towupper_std;
tpool_create;
tpool_dispatch;
tpool_destroy;
tpool_wait;
tpool_suspend;
tpool_suspended;
tpool_resume;
tpool_member;
_trwctype;
__trwctype_std;
_ttyname_dev;
_ucred_alloc;
ucred_getamask;
_ucred_getamask;
ucred_getasid;
_ucred_getasid;
ucred_getatid;
_ucred_getatid;
ucred_getauid;
_ucred_getauid;
_ulltostr;
_uncached_getgrgid_r;
_uncached_getgrnam_r;
_uncached_getpwnam_r;
_uncached_getpwuid_r;
__ungetwc_xpg5;
_unordered;
utssys;
_verrfp;
_verrxfp;
_vwarnfp;
_vwarnxfp;
_warnfp;
_warnxfp;
__wcrtomb_dense;
__wcrtomb_euc;
__wcrtomb_sb;
__wcscoll_bc;
__wcscoll_C;
__wcscoll_std;
__wcsftime_std;
__wcsftime_xpg5;
__wcsrtombs_dense;
__wcsrtombs_euc;
__wcsrtombs_sb;
__wcstok_xpg5;
__wcstombs_dense;
__wcstombs_euc;
__wcstombs_sb;
__wcswidth_bc;
__wcswidth_dense;
__wcswidth_euc;
__wcswidth_sb;
__wcswidth_std;
__wcsxfrm_bc;
__wcsxfrm_C;
__wcsxfrm_std;
__wctob_dense;
__wctob_euc;
__wctob_sb;
__wctoeucpc_gen;
__wctomb_dense;
__wctomb_euc;
__wctomb_sb;
__wctrans_std;
__wctype_std;
__wcwidth_bc;
__wcwidth_dense;
__wcwidth_euc;
__wcwidth_sb;
__wcwidth_std;
wdbindf;
wdchkind;
wddelim;
_wrtchk;
_xflsbuf;
_xgetwidth;
zone_add_datalink;
zone_boot;
zone_check_datalink;
zone_create;
zone_destroy;
zone_enter;
zone_getattr;
zone_get_id;
zone_list;
zone_list_datalink;
zonept;
zone_remove_datalink;
zone_setattr;
zone_shutdown;
zone_version;
# The following functions should not be exported from libc,
# but /lib/libm.so.2, some older versions of the Studio
# compiler/debugger components, and some ancient programs
# found in /usr/dist reference them. When we no longer
# care about these old and broken binary objects, these
# symbols should be deleted.
_brk = NODYNSORT;
_cond_broadcast = NODYNSORT;
_cond_init = NODYNSORT;
_cond_signal = NODYNSORT;
_cond_wait = NODYNSORT;
_ecvt = NODYNSORT;
_fcvt = NODYNSORT;
_getc_unlocked = NODYNSORT;
_llseek = NODYNSORT;
_pthread_attr_getdetachstate = NODYNSORT;
_pthread_attr_getinheritsched = NODYNSORT;
_pthread_attr_getschedparam = NODYNSORT;
_pthread_attr_getschedpolicy = NODYNSORT;
_pthread_attr_getscope = NODYNSORT;
_pthread_attr_getstackaddr = NODYNSORT;
_pthread_attr_getstacksize = NODYNSORT;
_pthread_attr_init = NODYNSORT;
_pthread_condattr_getpshared = NODYNSORT;
_pthread_condattr_init = NODYNSORT;
_pthread_cond_init = NODYNSORT;
_pthread_create = NODYNSORT;
_pthread_getschedparam = NODYNSORT;
_pthread_join = NODYNSORT;
_pthread_key_create = NODYNSORT;
_pthread_mutexattr_getprioceiling = NODYNSORT;
_pthread_mutexattr_getprotocol = NODYNSORT;
_pthread_mutexattr_getpshared = NODYNSORT;
_pthread_mutexattr_init = NODYNSORT;
_pthread_mutex_getprioceiling = NODYNSORT;
_pthread_mutex_init = NODYNSORT;
_pthread_sigmask = NODYNSORT;
_rwlock_init = NODYNSORT;
_rw_rdlock = NODYNSORT;
_rw_unlock = NODYNSORT;
_rw_wrlock = NODYNSORT;
_sbrk_unlocked = NODYNSORT;
_select = NODYNSORT;
_sema_init = NODYNSORT;
_sema_post = NODYNSORT;
_sema_trywait = NODYNSORT;
_sema_wait = NODYNSORT;
_sysfs = NODYNSORT;
_thr_create = NODYNSORT;
_thr_exit = NODYNSORT;
_thr_getprio = NODYNSORT;
_thr_getspecific = NODYNSORT;
_thr_join = NODYNSORT;
_thr_keycreate = NODYNSORT;
_thr_kill = NODYNSORT;
_thr_main = NODYNSORT;
_thr_self = NODYNSORT;
_thr_setspecific = NODYNSORT;
_thr_sigsetmask = NODYNSORT;
_thr_stksegment = NODYNSORT;
_ungetc_unlocked = NODYNSORT;
local:
__imax_lldiv = NODYNSORT;
_ti_thr_self = NODYNSORT;
*;
};