diff options
Diffstat (limited to 'usr/src/lib/libresolv2/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libresolv2/common/mapfile-vers | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/usr/src/lib/libresolv2/common/mapfile-vers b/usr/src/lib/libresolv2/common/mapfile-vers index 5ef6ef2428..a70aac2380 100644 --- a/usr/src/lib/libresolv2/common/mapfile-vers +++ b/usr/src/lib/libresolv2/common/mapfile-vers @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # # @@ -37,22 +36,24 @@ # MAPFILE HEADER END # -SUNW_2.3 { # SunOS 5.11 (Solaris 11) +$mapfile_version 2 + +SYMBOL_VERSION SUNW_2.3 { # SunOS 5.11 (Solaris 11) global: SUNW_2.3; # Defined to create a non-weak version of SUNW_2.3. } SUNW_2.2.2; -SUNW_2.2.2 { # SunOS 5.10 (Solaris 10 Update 5) +SYMBOL_VERSION SUNW_2.2.2 { # SunOS 5.10 (Solaris 10 Update 5) global: - inet_aton = FUNCTION FILTER libnsl.so.1; + inet_aton { TYPE = FUNCTION; FILTER = libnsl.so.1 }; } SUNW_2.2.1; -SUNW_2.2.1 { # SunOS 5.10 (Solaris 10 Update 4) +SYMBOL_VERSION SUNW_2.2.1 { # SunOS 5.10 (Solaris 10 Update 4) global: res_ndestroy; } SUNW_2.2; -SUNW_2.2 { # SunOS 5.9 (Solaris 9) +SYMBOL_VERSION SUNW_2.2 { # SunOS 5.9 (Solaris 9) global: fp_resstat; herror; @@ -67,7 +68,7 @@ SUNW_2.2 { # SunOS 5.9 (Solaris 9) res_nsendsigned; } SUNW_2.1; -SUNW_2.1 { # SunOS 5.6 (Solaris 2.6) +SYMBOL_VERSION SUNW_2.1 { # SunOS 5.6 (Solaris 2.6) global: dn_comp; dn_expand; @@ -75,7 +76,7 @@ SUNW_2.1 { # SunOS 5.6 (Solaris 2.6) __fp_query; _getlong; _getshort; - h_errno = NODIRECT FILTER libnsl.so.1; + h_errno { FLAGS = NODIRECT; FILTER = libnsl.so.1 }; __hostalias; hstrerror; __p_cdname; @@ -97,7 +98,7 @@ SUNW_2.1 { # SunOS 5.6 (Solaris 2.6) # There really should be only one SUNWprivate version. # Don't add any more. Add new private symbols to SUNWprivate_2.2 -SUNWprivate_2.2 { +SYMBOL_VERSION SUNWprivate_2.2 { global: isc_gethexstring; isc_puthexstring; @@ -112,7 +113,7 @@ SUNWprivate_2.2 { res_setservers; } SUNWprivate_2.1; -SUNWprivate_2.1 { +SYMBOL_VERSION SUNWprivate_2.1 { global: __assertion_failed; assertion_type_to_text; |