| 1 | /* Multiple versions of strncpy |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCPY strncpy |
| 4 | #define USE_AS_STRNCPY |
| 5 | #include "strcpy.S" |
| 6 |
| 1 | /* Multiple versions of strncpy |
|---|---|
| 2 | All versions must be listed in ifunc-impl-list.c. */ |
| 3 | #define STRCPY strncpy |
| 4 | #define USE_AS_STRNCPY |
| 5 | #include "strcpy.S" |
| 6 |