mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
9 lines
195 B
C
9 lines
195 B
C
|
#define STPNCPY __stpncpy_sse2
|
||
|
#ifdef SHARED
|
||
|
#undef libc_hidden_def
|
||
|
#define libc_hidden_def(name) \
|
||
|
__hidden_ver1 (__stpncpy_sse2, __GI___stpncpy, __stpncpy_sse2);
|
||
|
#endif
|
||
|
|
||
|
#include "stpncpy.c"
|