~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to debug/memmove_chk.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <memcopy.h>
24
24
#include <pagecopy.h>
25
25
 
 
26
#ifndef MEMMOVE_CHK
 
27
# define MEMMOVE_CHK __memmove_chk
 
28
#endif
 
29
 
26
30
void *
27
 
__memmove_chk (dest, src, len, destlen)
 
31
MEMMOVE_CHK (dest, src, len, destlen)
28
32
     void *dest;
29
33
     const void *src;
30
34
     size_t len;