| 1 | /* Multiple versions of stpncpy |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCPY __stpncpy |
| 4 | #define USE_AS_STPCPY |
| 5 | #define USE_AS_STRNCPY |
| 6 | #include "strcpy.S" |
| 7 | |
| 8 | weak_alias (__stpncpy, stpncpy) |
| 9 |
| 1 | /* Multiple versions of stpncpy |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCPY __stpncpy |
| 4 | #define USE_AS_STPCPY |
| 5 | #define USE_AS_STRNCPY |
| 6 | #include "strcpy.S" |
| 7 | |
| 8 | weak_alias (__stpncpy, stpncpy) |
| 9 |