diff options
Diffstat (limited to 'libc/string/x86_64/stpcpy.S')
-rw-r--r-- | libc/string/x86_64/stpcpy.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/string/x86_64/stpcpy.S b/libc/string/x86_64/stpcpy.S new file mode 100644 index 000000000..83294e1a8 --- /dev/null +++ b/libc/string/x86_64/stpcpy.S @@ -0,0 +1,6 @@ +#define USE_AS_STPCPY +#define STRCPY __stpcpy + +#include "strcpy.S" + +weak_alias (__stpcpy, stpcpy) |