1500cf85bSJason King#
2500cf85bSJason King# This file and its contents are supplied under the terms of the
3500cf85bSJason King# Common Development and Distribution License ("CDDL"), version 1.0.
4500cf85bSJason King# You may only use this file in accordance with the terms of version
5500cf85bSJason King# 1.0 of the CDDL.
6500cf85bSJason King#
7500cf85bSJason King# A full copy of the text of the CDDL should have accompanied this
8500cf85bSJason King# source.  A copy of the CDDL is also available via the Internet at
9500cf85bSJason King# http://www.illumos.org/license/CDDL.
10500cf85bSJason King#
11500cf85bSJason King
12500cf85bSJason King#
13*773dbec3SJason King# Copyright 2019, Joyent, Inc.
14500cf85bSJason King#
15500cf85bSJason King
16500cf85bSJason King#
17500cf85bSJason King# MAPFILE HEADER START
18500cf85bSJason King#
19500cf85bSJason King# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20500cf85bSJason King# Object versioning must comply with the rules detailed in
21500cf85bSJason King#
22500cf85bSJason King#	usr/src/lib/README.mapfiles
23500cf85bSJason King#
24500cf85bSJason King# You should not be making modifications here until you've read the most current
25500cf85bSJason King# copy of that file. If you need help, contact a gatekeeper for guidance.
26500cf85bSJason King#
27500cf85bSJason King# MAPFILE HEADER END
28500cf85bSJason King#
29500cf85bSJason King
30500cf85bSJason King$mapfile_version 2
31500cf85bSJason King
32500cf85bSJason KingSYMBOL_VERSION ILLUMOSprivate {
33500cf85bSJason King    global:
34500cf85bSJason King	custr_alloc;
35500cf85bSJason King	custr_alloc_buf;
36*773dbec3SJason King	custr_alloc_fini;
37*773dbec3SJason King	custr_alloc_init;
38500cf85bSJason King	custr_append;
39500cf85bSJason King	custr_appendc;
40500cf85bSJason King	custr_append_printf;
41500cf85bSJason King	custr_append_vprintf;
42500cf85bSJason King	custr_cstr;
43500cf85bSJason King	custr_free;
44500cf85bSJason King	custr_len;
45500cf85bSJason King	custr_reset;
46*773dbec3SJason King	custr_xalloc;
47*773dbec3SJason King	custr_xalloc_buf;
48500cf85bSJason King    local:
49500cf85bSJason King	*;
50500cf85bSJason King};
51