xref: /titanic_41/usr/src/cmd/make/lib/makestate/mapfile-vers (revision 3625efb1376c3d31a0e742ed72b778e5b3add543)
1*3625efb1SRichard Lowe#
2*3625efb1SRichard Lowe# This file and its contents are supplied under the terms of the
3*3625efb1SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4*3625efb1SRichard Lowe# You may only use this file in accordance with the terms of version
5*3625efb1SRichard Lowe# 1.0 of the CDDL.
6*3625efb1SRichard Lowe#
7*3625efb1SRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8*3625efb1SRichard Lowe# source.  A copy of the CDDL is also available via the Internet at
9*3625efb1SRichard Lowe# http://www.illumos.org/license/CDDL.
10*3625efb1SRichard Lowe#
11*3625efb1SRichard Lowe
12*3625efb1SRichard Lowe# Copyright 2015, Richard Lowe.
13*3625efb1SRichard Lowe
14*3625efb1SRichard Lowe#
15*3625efb1SRichard Lowe# MAPFILE HEADER START
16*3625efb1SRichard Lowe#
17*3625efb1SRichard Lowe# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
18*3625efb1SRichard Lowe# Object versioning must comply with the rules detailed in
19*3625efb1SRichard Lowe#
20*3625efb1SRichard Lowe#	usr/src/lib/README.mapfiles
21*3625efb1SRichard Lowe#
22*3625efb1SRichard Lowe# You should not be making modifications here until you've read the most current
23*3625efb1SRichard Lowe# copy of that file. If you need help, contact a gatekeeper for guidance.
24*3625efb1SRichard Lowe#
25*3625efb1SRichard Lowe# MAPFILE HEADER END
26*3625efb1SRichard Lowe#
27*3625efb1SRichard Lowe
28*3625efb1SRichard Lowe$mapfile_version 2
29*3625efb1SRichard Lowe
30*3625efb1SRichard LoweSYMBOL_VERSION ILLUMOSprivate {
31*3625efb1SRichard Lowe    global:
32*3625efb1SRichard Lowe        ld_atexit;
33*3625efb1SRichard Lowe        ld_atexit64;
34*3625efb1SRichard Lowe        ld_file;
35*3625efb1SRichard Lowe        ld_file64;
36*3625efb1SRichard Lowe    local:
37*3625efb1SRichard Lowe        *;
38*3625efb1SRichard Lowe};
39