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