6 lines
155 B
ArmAsm
Raw Normal View History

2012-10-10 07:48:45 -07:00
/* Multiple versions of strncpy
All versions must be listed in ifunc-impl-list.c. */
#define USE_AS_STRNCPY
#define STRCPY strncpy
#include "strcpy.S"