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_count.c')
-rw-r--r--newlib/libc/argz/argz_count.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/argz/argz_count.c b/newlib/libc/argz/argz_count.c
index 33d0eecc2..4c0007ce2 100644
--- a/newlib/libc/argz/argz_count.c
+++ b/newlib/libc/argz/argz_count.c
@@ -10,8 +10,7 @@
#include <sys/types.h>
size_t
-_DEFUN (argz_count, (argz, argz_len),
- const char *argz,
+argz_count (const char *argz,
size_t argz_len)
{
int i;