ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/i386/i686/multiarch/strncpy-c.c

9 lines
221 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#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"