diff options
author | raf <none@none> | 2008-04-29 14:12:45 -0700 |
---|---|---|
committer | raf <none@none> | 2008-04-29 14:12:45 -0700 |
commit | 8cd45542f2a452ca0dab13d8b2d5cfa876ccbebc (patch) | |
tree | 0571ec3284912727f3d8ba667ed57b4cc6afb8cd /usr/src/common/util/memcpy.c | |
parent | 31e69ea4bce567a03de57e063cb36ef69af61470 (diff) | |
download | illumos-joyent-8cd45542f2a452ca0dab13d8b2d5cfa876ccbebc.tar.gz |
6678310 using LD_AUDIT, ld.so.1 calls shared library's .init before library is fully relocated
6689238 libc needs global protection against ld.so.1
Diffstat (limited to 'usr/src/common/util/memcpy.c')
-rw-r--r-- | usr/src/common/util/memcpy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/common/util/memcpy.c b/usr/src/common/util/memcpy.c index 9580401335..3193287604 100644 --- a/usr/src/common/util/memcpy.c +++ b/usr/src/common/util/memcpy.c @@ -18,8 +18,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -36,7 +37,6 @@ #if !defined(_KMDB) && !defined(_BOOT) && !defined(_KERNEL) -#pragma weak _private_memcpy = _memcpy #pragma weak memcpy = _memcpy #include "synonyms.h" |