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/argz/argz_next.c')
-rw-r--r--newlib/libc/argz/argz_next.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/argz/argz_next.c b/newlib/libc/argz/argz_next.c
index 3f672217e..0d6f21d70 100644
--- a/newlib/libc/argz/argz_next.c
+++ b/newlib/libc/argz/argz_next.c
@@ -11,8 +11,7 @@
#include <stdlib.h>
char *
-_DEFUN (argz_next, (argz, argz_len, entry),
- char *argz,
+argz_next (char *argz,
size_t argz_len,
const char *entry)
{