1# 2# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3# 4 5# 6# MAPFILE HEADER START 7# 8# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 9# Object versioning must comply with the rules detailed in 10# 11# usr/src/lib/README.mapfiles 12# 13# You should not be making modifications here until you've read the most current 14# copy of that file. If you need help, contact a gatekeeper for guidance. 15# 16# MAPFILE HEADER END 17# 18 19# 20# Linker mapfile that allows the dynamic library to reference some symbols 21# defined by the application. 22# 23 24$mapfile_version 2 25 26SYMBOL_SCOPE { 27 global: 28 allow_severity { FLAGS = extern }; 29 deny_severity { FLAGS = extern }; 30}; 31