mapfile-vers revision 1
1N/A#
1N/A# CDDL HEADER START
1N/A#
1N/A# The contents of this file are subject to the terms of the
1N/A# Common Development and Distribution License (the "License").
1N/A# You may not use this file except in compliance with the License.
1N/A#
1N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1N/A# or http://www.opensolaris.org/os/licensing.
1N/A# See the License for the specific language governing permissions
1N/A# and limitations under the License.
1N/A#
1N/A# When distributing Covered Code, include this CDDL HEADER in each
1N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1N/A# If applicable, add the following below this CDDL HEADER, with the
1N/A# fields enclosed by brackets "[]" replaced with your own identifying
1N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1N/A#
1N/A# CDDL HEADER END
1N/A#
1N/A
1N/A#
1N/A# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
1N/A#
1N/A
1N/A#
1N/A# MAPFILE HEADER START
1N/A#
1N/A# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
1N/A# Object versioning must comply with the rules detailed in
1N/A#
1N/A# usr/src/lib/README.mapfiles
1N/A#
1N/A# You should not be making modifications here until you've read the most current
1N/A# copy of that file. If you need help, contact a gatekeeper for guidance.
1N/A#
1N/A# MAPFILE HEADER END
1N/A#
1N/A
1N/A$mapfile_version 2
1N/A
1N/ASTUB_OBJECT;
1N/A
1N/A# functions by AST/ksh93's version of libcmd
1N/ASYMBOL_VERSION SUNWprivate_1.1 {
1N/A global:
1N/A _cmd_init;
1N/A
1N/A b_asa;
1N/A b_basename;
1N/A b_cat;
1N/A b_chgrp;
1N/A b_cksum;
1N/A b_chmod;
1N/A b_chown;
1N/A b_cmp;
1N/A b_comm;
1N/A b_cp;
1N/A b_cut;
1N/A b_date;
1N/A b_dirname;
1N/A b_egrep;
1N/A b_expr;
1N/A b_fds;
1N/A b_fgrep;
1N/A b_find;
1N/A b_fmt;
1N/A b_fold;
1N/A b_getconf;
1N/A b_grep;
1N/A b_head;
1N/A b_id;
1N/A b_join;
1N/A b_line;
1N/A b_ln;
1N/A b_logname;
1N/A b_ls;
1N/A b_md5sum;
1N/A b_mkdir;
1N/A b_mkfifo;
1N/A b_mktemp;
1N/A b_od;
1N/A b_mv;
1N/A b_paste;
1N/A b_pathchk;
1N/A b_pids;
1N/A b_pgrep;
1N/A b_pr;
1N/A b_readlink;
1N/A b_rev;
1N/A b_rm;
1N/A b_rmdir;
1N/A b_strings;
1N/A b_stty;
1N/A b_sum;
1N/A b_sync;
1N/A b_tail;
1N/A b_tee;
1N/A b_tr;
1N/A b_tty;
1N/A b_uname;
1N/A b_uniq;
1N/A b_vmstate;
1N/A b_wc;
1N/A b_who;
1N/A b_xargs;
1N/A b_xgrep;
1N/A
1N/A # shell plugin interface
1N/A plugin_version;
1N/A local:
1N/A *;
1N/A};
1N/A
1N/A# functions exported by the old Solaris version of libcmd
1N/A# (the code has been moved to libc starting with Solaris 11/B51)
1N/ASYMBOL_VERSION SUNWprivate_1.1 {
1N/A global:
1N/A defcntl { TYPE = FUNCTION; FILTER = libc.so.1 };
1N/A defopen { TYPE = FUNCTION; FILTER = libc.so.1 };
1N/A defread { TYPE = FUNCTION; FILTER = libc.so.1 };
1N/A local:
1N/A *;
1N/A};