libbb: GETOPT_RESET macro
Signed-off-by: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c5496d3585
commit
835ad3a984
6 changed files with 28 additions and 52 deletions
|
@ -401,13 +401,7 @@ shell_builtin_ulimit(char **argv)
|
|||
/* In case getopt was already called:
|
||||
* reset the libc getopt() function, which keeps internal state.
|
||||
*/
|
||||
#ifdef __GLIBC__
|
||||
optind = 0;
|
||||
#else /* BSD style */
|
||||
optind = 1;
|
||||
/* optreset = 1; */
|
||||
#endif
|
||||
/* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */
|
||||
GETOPT_RESET();
|
||||
|
||||
argc = 1;
|
||||
while (argv[argc])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue