mapfile-vers (bfed486a) mapfile-vers (cd3e9333)
1# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2# Use is subject to license terms.
1# Copyright (c) 1997, 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
38SUNW_1.1 {
37$mapfile_version 2
38
39SYMBOL_VERSION SUNW_1.1 {
39 global:
40 SUNW_1.1;
41 local:
42 *;
43} SUNW_0.8;
44
40 global:
41 SUNW_1.1;
42 local:
43 *;
44} SUNW_0.8;
45
45SUNW_0.8 {
46SYMBOL_VERSION SUNW_0.8 {
46 global:
47 global:
47 dcgettext = FUNCTION;
48 dcgettext { TYPE = FUNCTION };
48} SUNW_0.7;
49
49} SUNW_0.7;
50
50SUNW_0.7 {
51SYMBOL_VERSION SUNW_0.7 {
51 global:
52 global:
52 gettext = FUNCTION;
53 dgettext = FUNCTION;
54 textdomain = FUNCTION;
55 bindtextdomain = FUNCTION;
53 gettext { TYPE = FUNCTION };
54 dgettext { TYPE = FUNCTION };
55 textdomain { TYPE = FUNCTION };
56 bindtextdomain { TYPE = FUNCTION };
56};
57
57};
58
58SUNWprivate_1.1 {
59SYMBOL_VERSION SUNWprivate_1.1 {
59 global:
60 SUNWprivate_1.1;
61};
60 global:
61 SUNWprivate_1.1;
62};