usr/src/lib/libintl/common/mapfile-vers
changeset 12692 4341b447c069
parent 8744 03d5725cda56
equal deleted inserted replaced
12691:6abdbfd8b490 12692:4341b447c069
     1 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     1 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2 # Use is subject to license terms.
       
     3 #
     2 #
     4 # CDDL HEADER START
     3 # CDDL HEADER START
     5 #
     4 #
     6 # The contents of this file are subject to the terms of the
     5 # The contents of this file are subject to the terms of the
     7 # Common Development and Distribution License (the "License").
     6 # Common Development and Distribution License (the "License").
    33 # copy of that file. If you need help, contact a gatekeeper for guidance.
    32 # copy of that file. If you need help, contact a gatekeeper for guidance.
    34 #
    33 #
    35 # MAPFILE HEADER END
    34 # MAPFILE HEADER END
    36 #
    35 #
    37 
    36 
    38 SUNW_1.1 {
    37 $mapfile_version 2
       
    38 
       
    39 SYMBOL_VERSION SUNW_1.1 {
    39     global:
    40     global:
    40 	SUNW_1.1;
    41 	SUNW_1.1;
    41     local:
    42     local:
    42 	*;
    43 	*;
    43 } SUNW_0.8;
    44 } SUNW_0.8;
    44 
    45 
    45 SUNW_0.8 {
    46 SYMBOL_VERSION SUNW_0.8 {
    46     global:
    47     global:
    47 	dcgettext = FUNCTION;
    48 	dcgettext		{ TYPE = FUNCTION };
    48 } SUNW_0.7;
    49 } SUNW_0.7;
    49 
    50 
    50 SUNW_0.7 {
    51 SYMBOL_VERSION SUNW_0.7 {
    51     global:
    52     global:
    52 	gettext = FUNCTION;
    53 	gettext			{ TYPE = FUNCTION };
    53 	dgettext = FUNCTION;
    54 	dgettext		{ TYPE = FUNCTION };
    54 	textdomain = FUNCTION;
    55 	textdomain		{ TYPE = FUNCTION };
    55 	bindtextdomain = FUNCTION;
    56 	bindtextdomain		{ TYPE = FUNCTION };
    56 };
    57 };
    57 
    58 
    58 SUNWprivate_1.1 {
    59 SYMBOL_VERSION SUNWprivate_1.1 {
    59     global:
    60     global:
    60 	SUNWprivate_1.1;
    61 	SUNWprivate_1.1;
    61 };
    62 };