blob: 201e3f98b3368bdf954eabf6eef9829d3f5cece7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#define STRNCPY __strncpy_ia32
#ifdef SHARED
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name) \
__hidden_ver1 (__strncpy_ia32, __GI_strncpy, __strncpy_ia32);
#endif
#include "string/strncpy.c"
|