about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memcpy-i586.S
blob: a9d89d97d190049af1b722106b092724ac750c0f (plain) (blame)
1
2
3
4
5
6
7
#ifdef SHARED
# define memcpy __memcpy_i586
# define __memcpy_chk __memcpy_chk_i586
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name)
# include <sysdeps/i386/i586/memcpy.S>
#endif