SOURCES: glibc-memmove.patch - correction

arekm arekm at pld-linux.org
Mon Oct 22 22:00:39 CEST 2007


Author: arekm                        Date: Mon Oct 22 20:00:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- correction

---- Files affected:
SOURCES:
   glibc-memmove.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/glibc-memmove.patch
diff -u SOURCES/glibc-memmove.patch:1.1 SOURCES/glibc-memmove.patch:1.2
--- SOURCES/glibc-memmove.patch:1.1	Mon Oct 22 21:55:56 2007
+++ SOURCES/glibc-memmove.patch	Mon Oct 22 22:00:34 2007
@@ -10,7 +10,7 @@
     correct behavior for overlapping strings.  */
  __STRING_INLINE void *
 -memmove (void *__dest, __const void *__src, size_t __n)
-+__memmove (void *__dest, __const void *__src, size_t __n)
++__memmove_g (void *__dest, __const void *__src, size_t __n)
  {
    register unsigned long int __d0, __d1, __d2;
    register void *__tmp = __dest;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/glibc-memmove.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list