blob: 729782e9ee8a2805a306f88d66ba7c4051430f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#
# Linker mapfile that allows the dynamic library to reference some symbols
# defined by the application.
#
{
global:
allow_severity = extern;
deny_severity = extern;
*;
};
|