diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-12 01:03:51 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-12 01:03:51 +0000 |
commit | 7e51a684c591db163a3944de55848dc642643b6c (patch) | |
tree | 67c62366ec191251ba2f5dea46a127303fd16f77 /libc/string/x86_64/strcpy.S | |
parent | f56e03f5754f666423a80c0d4e74a908a48e1997 (diff) |
Add hidden versions
Diffstat (limited to 'libc/string/x86_64/strcpy.S')
-rw-r--r-- | libc/string/x86_64/strcpy.S | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libc/string/x86_64/strcpy.S b/libc/string/x86_64/strcpy.S index 0847e2b7c..1a64d2745 100644 --- a/libc/string/x86_64/strcpy.S +++ b/libc/string/x86_64/strcpy.S @@ -21,7 +21,10 @@ #include "_glibc_inc.h" #ifndef USE_AS_STPCPY -# define STRCPY strcpy +# define STRCPY __strcpy +.global strcpy +.set strcpy,__strcpy +.hidden __strcpy #endif .text |