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