| 1 | #define USE_AS_STPCPY | 
|---|---|
| 2 | #define STRCPY __stpcpy | 
| 3 | |
| 4 | #include <sysdeps/x86_64/strcpy.S> | 
| 5 | |
| 6 | weak_alias (__stpcpy, stpcpy) | 
| 7 | libc_hidden_def (__stpcpy) | 
| 8 | libc_hidden_builtin_def (stpcpy) | 
| 9 | 
| 1 | #define USE_AS_STPCPY | 
|---|---|
| 2 | #define STRCPY __stpcpy | 
| 3 | |
| 4 | #include <sysdeps/x86_64/strcpy.S> | 
| 5 | |
| 6 | weak_alias (__stpcpy, stpcpy) | 
| 7 | libc_hidden_def (__stpcpy) | 
| 8 | libc_hidden_builtin_def (stpcpy) | 
| 9 |