blob: 159604a61613c8f4f90d6e9d01cd156cf86a658e (
plain)
1
2
3
4
5
6
7
|
/* Multiple versions of stpncpy
All versions must be listed in ifunc-impl-list.c. */
#define STRNCPY __stpncpy
#define USE_AS_STPCPY
#include "strncpy.S"
weak_alias (__stpncpy, stpncpy)
|