summaryrefslogtreecommitdiff
path: root/libc/string/x86_64/stpcpy.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/x86_64/stpcpy.S')
-rw-r--r--libc/string/x86_64/stpcpy.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/x86_64/stpcpy.S b/libc/string/x86_64/stpcpy.S
index 075773371..138d0fb17 100644
--- a/libc/string/x86_64/stpcpy.S
+++ b/libc/string/x86_64/stpcpy.S
@@ -1,4 +1,4 @@
#define USE_AS_STPCPY
-#define STRCPY __stpcpy
+#define STRCPY stpcpy
#include "strcpy.S"
-strong_alias(__stpcpy,stpcpy)
+libc_hidden_def(stpcpy)