diff options
author | ab196087 <none@none> | 2007-05-22 11:10:09 -0700 |
---|---|---|
committer | ab196087 <none@none> | 2007-05-22 11:10:09 -0700 |
commit | dfb96a4f56fb431b915bc67e5d9d5c8d4f4f6679 (patch) | |
tree | a0fde61c9974b5921c04a9ccbaec72dd9abdc8ad /usr/src/lib/libsys | |
parent | 4edabff493bc4820f4297f981943f11de1cbf3be (diff) | |
download | illumos-joyent-dfb96a4f56fb431b915bc67e5d9d5c8d4f4f6679.tar.gz |
6518331 Eliminate duplicate addresses from ON ELF symbol sort sections
Diffstat (limited to 'usr/src/lib/libsys')
-rw-r--r-- | usr/src/lib/libsys/sparc/mapfile-vers | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libsys/sparc/mapfile-vers b/usr/src/lib/libsys/sparc/mapfile-vers index be08648a95..bc6898ec30 100644 --- a/usr/src/lib/libsys/sparc/mapfile-vers +++ b/usr/src/lib/libsys/sparc/mapfile-vers @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -304,7 +303,7 @@ SYSVABI_1.2 { _mkdir; _mknod; _mlock; - _mmap; + _mmap = NODYNSORT; _mount; _mprotect; _msgctl; |