xref: /titanic_41/usr/src/lib/libcmd/mapfile-vers (revision 726fad2a65f16c200a03969c29cb5c86c2d427db)
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# functions by AST/ksh93's version of libcmd
41SUNWprivate_1.1 {
42    global:
43    	_cmd_init;
44
45	b_basename;
46	b_cat;
47	b_chgrp;
48	b_cksum;
49	b_chmod;
50	b_chown;
51	b_cmp;
52	b_comm;
53	b_cp;
54	b_cut;
55	b_date;
56	b_dirname;
57	b_egrep;
58	b_expr;
59	b_fds;
60	b_fgrep;
61	b_fmt;
62	b_fold;
63	b_getconf;
64	b_grep;
65	b_head;
66	b_id;
67	b_join;
68	b_ln;
69	b_logname;
70	b_md5sum;
71	b_mkdir;
72	b_mkfifo;
73	b_mktemp;
74	b_mv;
75	b_paste;
76	b_pathchk;
77	b_pids;
78	b_pgrep;
79	b_readlink;
80	b_rev;
81	b_rm;
82	b_rmdir;
83	b_stty;
84	b_sum;
85	b_sync;
86	b_tail;
87	b_tee;
88	b_tty;
89	b_uname;
90	b_uniq;
91	b_wc;
92	b_vmstate;
93	b_xgrep;
94    local:
95	*;
96};
97
98# functions exported by the old Solaris version of libcmd
99# (the code has been moved to libc starting with Solaris 11/B51)
100SUNWprivate_1.1 {
101    global:
102	defcntl = FUNCTION FILTER libc.so.1;
103	defopen = FUNCTION FILTER libc.so.1;
104	defread = FUNCTION FILTER libc.so.1;
105    local:
106	*;
107};
108