about summary refs log tree commit diff
path: root/sysdeps/alpha/strcat.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/strcat.S')
-rw-r--r--sysdeps/alpha/strcat.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/alpha/strcat.S b/sysdeps/alpha/strcat.S
index d385c83875..d8ef8f1546 100644
--- a/sysdeps/alpha/strcat.S
+++ b/sysdeps/alpha/strcat.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Richard Henderson <rth@tamu.edu>, 1996.
 
@@ -69,3 +69,4 @@ $found:	negq    t1, t2		# clear all but least set bit
 	jmp	$31, __stxcpy
 
 	END(strcat)
+libc_hidden_builtin_def (strcat)