diff options
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" |