OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / string / x86_64 / stpcpy.S
index 0757733..138d0fb 100644 (file)
@@ -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)