1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40$mapfile_version 2 41 42# functions by AST/ksh93's version of libcmd 43SYMBOL_VERSION SUNWprivate_1.1 { 44 global: 45 _cmd_init; 46 47 b_basename; 48 b_cat; 49 b_chgrp; 50 b_cksum; 51 b_chmod; 52 b_chown; 53 b_cmp; 54 b_comm; 55 b_cp; 56 b_cut; 57 b_date; 58 b_dirname; 59 b_egrep; 60 b_expr; 61 b_fds; 62 b_fgrep; 63 b_fmt; 64 b_fold; 65 b_getconf; 66 b_grep; 67 b_head; 68 b_id; 69 b_join; 70 b_ln; 71 b_logname; 72 b_md5sum; 73 b_mkdir; 74 b_mkfifo; 75 b_mktemp; 76 b_mv; 77 b_paste; 78 b_pathchk; 79 b_pids; 80 b_pgrep; 81 b_readlink; 82 b_rev; 83 b_rm; 84 b_rmdir; 85 b_stty; 86 b_sum; 87 b_sync; 88 b_tail; 89 b_tee; 90 b_tty; 91 b_uname; 92 b_uniq; 93 b_wc; 94 b_vmstate; 95 b_xgrep; 96 local: 97 *; 98}; 99 100# functions exported by the old Solaris version of libcmd 101# (the code has been moved to libc starting with Solaris 11/B51) 102SYMBOL_VERSION SUNWprivate_1.1 { 103 global: 104 defcntl { TYPE = FUNCTION; FILTER = libc.so.1 }; 105 defopen { TYPE = FUNCTION; FILTER = libc.so.1 }; 106 defread { TYPE = FUNCTION; FILTER = libc.so.1 }; 107 local: 108 *; 109}; 110