about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/stpncpy.S
blob: ff89a894918837b9cbcb2302e57e69c79b5e85d9 (plain) (blame)
1
2
3
4
5
6
#define STRCPY __stpncpy
#define USE_AS_STPCPY
#define USE_AS_STRNCPY
#include "strcpy.S"

weak_alias (__stpncpy, stpncpy)