diff options
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getopt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/posix/getopt.c b/posix/getopt.c index f1fa0166d8..e616aa6e4d 100644 --- a/posix/getopt.c +++ b/posix/getopt.c @@ -850,7 +850,6 @@ _getopt_internal_r (int argc, char *const *argv, const char *optstring, #endif } d->__nextchar += strlen (d->__nextchar); - d->optind++; return '?'; } if (pfound != NULL) |