mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
9 lines
202 B
C
9 lines
202 B
C
|
#define STRNCAT __strncat_sse2
|
||
|
#ifdef SHARED
|
||
|
#undef libc_hidden_def
|
||
|
#define libc_hidden_def(name) \
|
||
|
__hidden_ver1 (__strncat_sse2, __GI___strncat, __strncat_sse2);
|
||
|
#endif
|
||
|
|
||
|
#include "string/strncat.c"
|