Fix strftime wcschr namespace (bug 17634).
[glibc.git] / sysdeps / i386 / i686 / multiarch / strncpy-c.c
blob201e3f98b3368bdf954eabf6eef9829d3f5cece7
1 #define STRNCPY __strncpy_ia32
2 #ifdef SHARED
3 # undef libc_hidden_builtin_def
4 # define libc_hidden_builtin_def(name) \
5 __hidden_ver1 (__strncpy_ia32, __GI_strncpy, __strncpy_ia32);
6 #endif
8 #include "string/strncpy.c"