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