aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64/string/memcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/powerpc64/string/memcpy.S')
-rw-r--r--lib/libc/powerpc64/string/memcpy.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/powerpc64/string/memcpy.S b/lib/libc/powerpc64/string/memcpy.S
index 0163ea1be2cd..28f3f2bb0ab4 100644
--- a/lib/libc/powerpc64/string/memcpy.S
+++ b/lib/libc/powerpc64/string/memcpy.S
@@ -28,8 +28,6 @@
*/
#include <machine/asm.h>
-__FBSDID("$FreeBSD$");
-
#ifndef FN_NAME
#define FN_NAME __memcpy
WEAK_REFERENCE(__memcpy, memcpy);