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