diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-05-28 06:38:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-05-28 06:38:44 +0000 |
commit | 44809672d3d71c8fc2d779e1d7ddbd5ca5a02f88 (patch) | |
tree | b0e3c6816f9b7f62c6e1eee606055a77a2e975e5 | |
parent | dfdef02ff24528c23267e38e42977baec75d9362 (diff) | |
download | glibc-44809672d3d71c8fc2d779e1d7ddbd5ca5a02f88.tar.gz glibc-44809672d3d71c8fc2d779e1d7ddbd5ca5a02f88.tar.xz glibc-44809672d3d71c8fc2d779e1d7ddbd5ca5a02f88.zip |
(memcpy): Remove libc_hidden_builtin_def if MEMPCPY_P.
-rw-r--r-- | sysdeps/i386/i586/memcpy.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/i386/i586/memcpy.S b/sysdeps/i386/i586/memcpy.S index 766d479602..d8181ffa1b 100644 --- a/sysdeps/i386/i586/memcpy.S +++ b/sysdeps/i386/i586/memcpy.S @@ -116,4 +116,6 @@ L(1): rep; movsb LEAVE RET_PTR END (BP_SYM (memcpy)) +#if !MEMPCPY_P libc_hidden_builtin_def (memcpy) +#endif |