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_replace.c')
-rw-r--r--newlib/libc/argz/argz_replace.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/argz/argz_replace.c b/newlib/libc/argz/argz_replace.c
index e6c6ead3e..f2e0d52b7 100644
--- a/newlib/libc/argz/argz_replace.c
+++ b/newlib/libc/argz/argz_replace.c
@@ -13,8 +13,7 @@
#include "buf_findstr.h"
error_t
-_DEFUN (argz_replace, (argz, argz_len, str, with, replace_count),
- char **argz,
+argz_replace (char **argz,
size_t *argz_len,
const char *str,
const char *with,