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/memrchr.c')
-rw-r--r--newlib/libc/string/memrchr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/memrchr.c b/newlib/libc/string/memrchr.c
index 432f46212..652efb359 100644
--- a/newlib/libc/string/memrchr.c
+++ b/newlib/libc/string/memrchr.c
@@ -62,8 +62,7 @@ QUICKREF
#define DETECTCHAR(X,MASK) (DETECTNULL(X ^ MASK))
void *
-_DEFUN (memrchr, (src_void, c, length),
- const void *src_void,
+memrchr (const void *src_void,
int c,
size_t length)
{