blob: 132a0005457fd269c91b74adc5b61ecbd63f155a (
plain)
1
2
3
4
5
6
7
8
|
#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"
|