xref: /titanic_52/usr/src/lib/libcustr/common/mapfile-vers (revision 1f0c339e39c0c782f9d4c4f3f11d373e24e1d76f)
1*1f0c339eSJason King#
2*1f0c339eSJason King# This file and its contents are supplied under the terms of the
3*1f0c339eSJason King# Common Development and Distribution License ("CDDL"), version 1.0.
4*1f0c339eSJason King# You may only use this file in accordance with the terms of version
5*1f0c339eSJason King# 1.0 of the CDDL.
6*1f0c339eSJason King#
7*1f0c339eSJason King# A full copy of the text of the CDDL should have accompanied this
8*1f0c339eSJason King# source.  A copy of the CDDL is also available via the Internet at
9*1f0c339eSJason King# http://www.illumos.org/license/CDDL.
10*1f0c339eSJason King#
11*1f0c339eSJason King
12*1f0c339eSJason King#
13*1f0c339eSJason King# Copyright 2018, Joyent, Inc.
14*1f0c339eSJason King#
15*1f0c339eSJason King
16*1f0c339eSJason King#
17*1f0c339eSJason King# MAPFILE HEADER START
18*1f0c339eSJason King#
19*1f0c339eSJason King# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20*1f0c339eSJason King# Object versioning must comply with the rules detailed in
21*1f0c339eSJason King#
22*1f0c339eSJason King#	usr/src/lib/README.mapfiles
23*1f0c339eSJason King#
24*1f0c339eSJason King# You should not be making modifications here until you've read the most current
25*1f0c339eSJason King# copy of that file. If you need help, contact a gatekeeper for guidance.
26*1f0c339eSJason King#
27*1f0c339eSJason King# MAPFILE HEADER END
28*1f0c339eSJason King#
29*1f0c339eSJason King
30*1f0c339eSJason King$mapfile_version 2
31*1f0c339eSJason King
32*1f0c339eSJason KingSYMBOL_VERSION ILLUMOSprivate {
33*1f0c339eSJason King    global:
34*1f0c339eSJason King	custr_alloc;
35*1f0c339eSJason King	custr_alloc_buf;
36*1f0c339eSJason King	custr_append;
37*1f0c339eSJason King	custr_appendc;
38*1f0c339eSJason King	custr_append_printf;
39*1f0c339eSJason King	custr_append_vprintf;
40*1f0c339eSJason King	custr_cstr;
41*1f0c339eSJason King	custr_free;
42*1f0c339eSJason King	custr_len;
43*1f0c339eSJason King	custr_reset;
44*1f0c339eSJason King    local:
45*1f0c339eSJason King	*;
46*1f0c339eSJason King};
47