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/memset.c')
-rw-r--r--newlib/libc/string/memset.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/memset.c b/newlib/libc/string/memset.c
index 5ce15c5aa..e8e667a24 100644
--- a/newlib/libc/string/memset.c
+++ b/newlib/libc/string/memset.c
@@ -35,8 +35,7 @@ QUICKREF
void *
__inhibit_loop_to_libcall
-_DEFUN (memset, (m, c, n),
- void *m,
+memset (void *m,
int c,
size_t n)
{