summaryrefslogtreecommitdiff
path: root/usr/src/common/util/memcpy.c
diff options
context:
space:
mode:
authorraf <none@none>2008-04-29 14:12:45 -0700
committerraf <none@none>2008-04-29 14:12:45 -0700
commit8cd45542f2a452ca0dab13d8b2d5cfa876ccbebc (patch)
tree0571ec3284912727f3d8ba667ed57b4cc6afb8cd /usr/src/common/util/memcpy.c
parent31e69ea4bce567a03de57e063cb36ef69af61470 (diff)
downloadillumos-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.c4
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"