about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpncpy.S
blob: 159604a61613c8f4f90d6e9d01cd156cf86a658e (plain) (blame)
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)