diff options
Diffstat (limited to 'sysdeps/x86_64/stpcpy.S')
-rw-r--r-- | sysdeps/x86_64/stpcpy.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/x86_64/stpcpy.S b/sysdeps/x86_64/stpcpy.S new file mode 100644 index 0000000000..b9bbcd9cf6 --- /dev/null +++ b/sysdeps/x86_64/stpcpy.S @@ -0,0 +1,7 @@ +#define USE_AS_STPCPY +#define STRCPY __stpcpy + +#include <sysdeps/x86_64/strcpy.S> + +weak_alias (__stpcpy, stpcpy) +libc_hidden_def (__stpcpy) |