mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
9 lines
221 B
C
9 lines
221 B
C
#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"
|