aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/getsubopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/getsubopt.c')
-rw-r--r--newlib/libc/stdlib/getsubopt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/newlib/libc/stdlib/getsubopt.c b/newlib/libc/stdlib/getsubopt.c
index 298624d..4f3bb83 100644
--- a/newlib/libc/stdlib/getsubopt.c
+++ b/newlib/libc/stdlib/getsubopt.c
@@ -45,9 +45,7 @@ static char sccsid[] = "@(#)getsubopt.c 8.1 (Berkeley) 6/4/93";
char *suboptarg;
int
-getsubopt(optionp, tokens, valuep)
- char **optionp, **valuep;
- char * const *tokens;
+getsubopt(char **optionp, char * const *tokens, char **valuep)
{
int cnt;
char *p;