summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/stpncpy.S
blob: 2698ca6a8c97542f16e4a9f9d9d8e0193d8c5c02 (plain)
1
2
3
4
5
6
7
8
/* Multiple versions of stpncpy
   All versions must be listed in ifunc-impl-list.c.  */
#define STRCPY __stpncpy
#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#include "strcpy.S"

weak_alias (__stpncpy, stpncpy)