about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strncat-i386.c
blob: 0f22fbc03527dffdc951f955f78bb86713e5ab0d (plain) (blame)
1
2
3
4
5
6
7
8
#define STRNCAT __strncat_i386
#ifdef SHARED
#undef libc_hidden_def
#define libc_hidden_def(name) \
  __hidden_ver1 (__strncat_i386, __GI___strncat, __strncat_i386);
#endif

#include "string/strncat.c"