mirror of git://sourceware.org/git/glibc.git
(memcpy): Remove libc_hidden_builtin_def if MEMPCPY_P.
This commit is contained in:
parent
dfdef02ff2
commit
44809672d3
|
@ -116,4 +116,6 @@ L(1): rep; movsb
|
||||||
LEAVE
|
LEAVE
|
||||||
RET_PTR
|
RET_PTR
|
||||||
END (BP_SYM (memcpy))
|
END (BP_SYM (memcpy))
|
||||||
|
#if !MEMPCPY_P
|
||||||
libc_hidden_builtin_def (memcpy)
|
libc_hidden_builtin_def (memcpy)
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue