xref: /titanic_41/usr/src/lib/libcmd/mapfile-vers (revision 5c51f1241dbbdf2656d0e10011981411ed0c9673)
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 2009 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26
27#
28# MAPFILE HEADER START
29#
30# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
31# Object versioning must comply with the rules detailed in
32#
33#	usr/src/lib/README.mapfiles
34#
35# You should not be making modifications here until you've read the most current
36# copy of that file. If you need help, contact a gatekeeper for guidance.
37#
38# MAPFILE HEADER END
39#
40
41# functions by AST/ksh93's version of libcmd
42SUNWprivate_1.1 {
43    global:
44    	_cmd_init;
45
46	b_basename;
47	b_cat;
48	b_chgrp;
49	b_cksum;
50	b_chmod;
51	b_chown;
52	b_cmp;
53	b_comm;
54	b_cp;
55	b_cut;
56	b_date;
57	b_dirname;
58	b_expr;
59	b_fds;
60	b_fmt;
61	b_fold;
62	b_getconf;
63	b_head;
64	b_id;
65	b_join;
66	b_ln;
67	b_logname;
68	b_md5sum;
69	b_mkdir;
70	b_mkfifo;
71	b_mv;
72	b_paste;
73	b_pathchk;
74	b_pids;
75	b_readlink;
76	b_rev;
77	b_rm;
78	b_rmdir;
79	b_stty;
80	b_sum;
81	b_sync;
82	b_tail;
83	b_tee;
84	b_tty;
85	b_uname;
86	b_uniq;
87	b_wc;
88    local:
89	*;
90};
91
92# functions exported by the old Solaris version of libcmd
93# (the code has been moved to libc starting with Solaris 11/B51)
94SUNWprivate_1.1 {
95    global:
96	defcntl = FUNCTION FILTER libc.so.1;
97	defopen = FUNCTION FILTER libc.so.1;
98	defread = FUNCTION FILTER libc.so.1;
99    local:
100	*;
101};
102