]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-memmove.patch
- added locale/es_CO, rel. 3
[packages/glibc.git] / glibc-memmove.patch
CommitLineData
0453867f
AM
1--- glibc-2.7/sysdeps/i386/i486/bits/string.h.org 2007-10-22 21:50:36.334678376 +0200
2+++ glibc-2.7/sysdeps/i386/i486/bits/string.h 2007-10-22 21:51:23.763943169 +0200
3@@ -143,10 +143,12 @@
4
5 #define _HAVE_STRING_ARCH_memmove 1
6 #ifndef _FORCE_INLINES
7+#define memmove(dest, src, n) \
8+ __memmove_g ((dest), (src), (n))
9 /* Copy N bytes of SRC to DEST, guaranteeing
10 correct behavior for overlapping strings. */
11 __STRING_INLINE void *
12-memmove (void *__dest, __const void *__src, size_t __n)
feb8756c 13+__memmove_g (void *__dest, __const void *__src, size_t __n)
0453867f
AM
14 {
15 register unsigned long int __d0, __d1, __d2;
16 register void *__tmp = __dest;
This page took 0.230485 seconds and 4 git commands to generate.