mapfile (bfed486a) mapfile (cd3e9333)
1# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2# Use is subject to license terms.
1# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
3#
4# CDDL HEADER START
5#
6# The contents of this file are subject to the terms of the
7# Common Development and Distribution License (the "License").
8# You may not use this file except in compliance with the License.
9#
10# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 19 unchanged lines hidden (view full) ---

30# usr/src/lib/README.mapfiles
31#
32# You should not be making modifications here until you've read the most current
33# copy of that file. If you need help, contact a gatekeeper for guidance.
34#
35# MAPFILE HEADER END
36#
37
2#
3# CDDL HEADER START
4#
5# The contents of this file are subject to the terms of the
6# Common Development and Distribution License (the "License").
7# You may not use this file except in compliance with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 19 unchanged lines hidden (view full) ---

29# usr/src/lib/README.mapfiles
30#
31# You should not be making modifications here until you've read the most current
32# copy of that file. If you need help, contact a gatekeeper for guidance.
33#
34# MAPFILE HEADER END
35#
36
37$mapfile_version 2
38
38
39{
39SYMBOL_SCOPE {
40 global:
41 _icv_open;
42 _icv_close;
43 _icv_iconv;
44 local:
45 *;
46};
40 global:
41 _icv_open;
42 _icv_close;
43 _icv_iconv;
44 local:
45 *;
46};