Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/memmove.c')
-rw-r--r--newlib/libc/string/memmove.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/memmove.c b/newlib/libc/string/memmove.c
index 70adb836c..da5dfdbdd 100644
--- a/newlib/libc/string/memmove.c
+++ b/newlib/libc/string/memmove.c
@@ -50,8 +50,7 @@ QUICKREF
/*SUPPRESS 20*/
void *
__inhibit_loop_to_libcall
-_DEFUN (memmove, (dst_void, src_void, length),
- void *dst_void,
+memmove (void *dst_void,
const void *src_void,
size_t length)
{