2012-10-10 22:49:12 +08:00
|
|
|
/* Multiple versions of stpncpy
|
|
|
|
All versions must be listed in ifunc-impl-list.c. */
|
2009-07-02 18:39:03 +08:00
|
|
|
#define STRCPY __stpncpy
|
|
|
|
#define USE_AS_STPCPY
|
|
|
|
#define USE_AS_STRNCPY
|
|
|
|
#include "strcpy.S"
|
|
|
|
|
|
|
|
weak_alias (__stpncpy, stpncpy)
|