about summary refs log tree commit diff
path: root/sysdeps/i386/multiarch/memmove-i686.S
blob: bde4051b493a85f944ca68df60ba06515c164b99 (plain) (blame)
1
2
3
4
5
6
7
#ifdef SHARED
# define memmove __memmove_i686
# define __memmove_chk __memmove_chk_i686
# undef libc_hidden_builtin_def
# define libc_hidden_builtin_def(name)
# include <sysdeps/i386/i686/memmove.S>
#endif