X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fmempcpy.c;h=f85a07f2910f9a798e4e1aa8769038de3c5a8ba6;hb=51d543ed936c9ea7d045ecf80030e6bc8ffff29f;hp=beda7dfc982cb658ea7f2884a7c940318fd90eda;hpb=979c05d32447bf9388479ed6ef8e5665b40e5763;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/mempcpy.c b/libiberty/mempcpy.c index beda7dfc98..f85a07f291 100644 --- a/libiberty/mempcpy.c +++ b/libiberty/mempcpy.c @@ -1,5 +1,5 @@ /* Implement the mempcpy function. - Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2011 Free Software Foundation, Inc. Written by Kaveh R. Ghazi . This file is part of the libiberty library. @@ -20,7 +20,8 @@ Boston, MA 02110-1301, USA. */ /* -@deftypefn Supplemental void* mempcpy (void *@var{out}, const void *@var{in}, size_t @var{length}) +@deftypefn Supplemental void* mempcpy (void *@var{out}, const void *@var{in}, @ + size_t @var{length}) Copies @var{length} bytes from memory region @var{in} to region @var{out}. Returns a pointer to @var{out} + @var{length}.