usr/src/cmd/sgs/rtld/common/mapfile-vers
changeset 8598 0867fc633d66
parent 6812 febeba71273d
child 8744 03d5725cda56
--- a/usr/src/cmd/sgs/rtld/common/mapfile-vers	Wed Jan 21 09:18:26 2009 -0800
+++ b/usr/src/cmd/sgs/rtld/common/mapfile-vers	Wed Jan 21 11:00:19 2009 -0800
@@ -20,11 +20,9 @@
 #
 
 #
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
 # Generic interface definition for usr/src/cmd/sgs/rtld.
 #
 # For information regarding the establishment of versioned definitions see:
@@ -39,7 +37,7 @@
 #
 # All symbols in ld.so.1 are private as no-one should bind to these directly.
 
-SUNWprivate_1.2 {
+SUNWprivate_1.3 {
 	protected:
 		 dladdr;		# Standard dlopen(3x) family
 		 dladdr1;
@@ -87,7 +85,6 @@
 		 strerror;
 
 		 calloc;		# Memory management (mapmalloc).
-		 dz_fd;
 		 free;
 		 malloc;
 		 realloc;