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