Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196926 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- glibc-2.7/sysdeps/i386/i486/bits/string.h.orig     
0
++ glibc-2.7/sysdeps/i386/i486/bits/string.h  
Lines 143-152 Link Here
143
#define _HAVE_STRING_ARCH_memmove 1
143
#define _HAVE_STRING_ARCH_memmove 1
144
#ifndef _FORCE_INLINES
144
#ifndef _FORCE_INLINES
145
#define memmove(dest, src, n) \
146
  __memmove_g ((dest), (src), (n))
147
145
/* Copy N bytes of SRC to DEST, guaranteeing
148
/* Copy N bytes of SRC to DEST, guaranteeing
146
   correct behavior for overlapping strings.  */
149
   correct behavior for overlapping strings.  */
147
__STRING_INLINE void *
150
__STRING_INLINE void *
148
memmove (void *__dest, __const void *__src, size_t __n)
151
__memmove_g (void *__dest, __const void *__src, size_t __n)
149
{
152
{
150
  register unsigned long int __d0, __d1, __d2;
153
  register unsigned long int __d0, __d1, __d2;
151
  register void *__tmp = __dest;
154
  register void *__tmp = __dest;

Return to bug 196926