about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/strncpy-i386.c
blob: b584d834708e63daa6cb2033e27d2573b82694e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <init-arch.h>
#undef libc_hidden_builtin_def
#ifdef SHARED
# define libc_hidden_builtin_def(name)  \
    __hidden_ver1 (__strncpy_i386, __GI_strncpy, __strncpy_i386);
#else
# define libc_hidden_builtin_def(name)
#endif

#define _HAVE_STRING_ARCH_strncpy
#define STRNCPY __strncpy_i386
#include "string/strncpy.c"