xref: /titanic_41/usr/src/lib/libcmd/mapfile-vers (revision 0bb073995ac5a95bd35f2dd790df1ea3d8c2d507)
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 2007 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# ident	"%Z%%M%	%I%	%E% SMI"
27#
28
29# functions by AST/ksh93's version of libcmd
30SUNWprivate_1.1 {
31    global:
32	b_basename;
33	b_cat;
34	b_chgrp;
35	b_chmod;
36	b_chown;
37	b_cmp;
38	b_comm;
39	b_cp;
40	b_cut;
41	b_date;
42	b_dirname;
43	b_expr;
44	b_fds;
45	b_fmt;
46	b_fold;
47	b_getconf;
48	b_head;
49	b_id;
50	b_join;
51	b_ln;
52	b_logname;
53	b_mkdir;
54	b_mkfifo;
55	b_mv;
56	b_paste;
57	b_pathchk;
58	b_rev;
59	b_rm;
60	b_rmdir;
61	b_stty;
62	b_sync;
63	b_tail;
64	b_tee;
65	b_tty;
66	b_uname;
67	b_uniq;
68	b_wc;
69    local:
70	*;
71};
72
73# functions exported by the old Solaris version of libcmd
74# (the code has been moved to libc starting with Solaris 11/B51)
75SUNWprivate_1.1 {
76    global:
77	defcntl = FUNCTION FILTER libc.so.1;
78	defopen = FUNCTION FILTER libc.so.1;
79	defread = FUNCTION FILTER libc.so.1;
80    local:
81	*;
82};
83