aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/memmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/memmem.c')
-rw-r--r--newlib/libc/string/memmem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/memmem.c b/newlib/libc/string/memmem.c
index 5588b9f..5c57eff 100644
--- a/newlib/libc/string/memmem.c
+++ b/newlib/libc/string/memmem.c
@@ -46,8 +46,7 @@ QUICKREF
#endif
void *
-_DEFUN (memmem, (haystack_start, haystack_len, needle_start, needle_len),
- const void *haystack_start,
+memmem (const void *haystack_start,
size_t haystack_len,
const void *needle_start,
size_t needle_len)