usr/src/lib/ncad_addr/i386/mapfile-vers
changeset 4292 d7beef35913b
parent 2522 79989c8fe091
child 8744 03d5725cda56
equal deleted inserted replaced
4291:2650d270ece9 4292:d7beef35913b
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 #
    21 #
    22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 # ident	"%Z%%M%	%I%	%E% SMI"
    25 # ident	"%Z%%M%	%I%	%E% SMI"
    26 #
    26 #
    27 
    27 
    28 SUNW_0.7 {
    28 SUNW_0.7 {
    29     global:
    29     global:
    30 	bind;
    30 	# Bind is intended to interpose on the real system call. However,
       
    31 	# we want debuggers to see its real name (nca_bind), so use NODYNSORT
       
    32 	# to prevent "bind" from going into the ELF .SUNW_dynsymsort section
       
    33 	bind = NODYNSORT;
    31 };
    34 };