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