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
|
@ -246,12 +246,7 @@ static int generate_output(char **argv, int argc, const char *optstr, const stru
|
|||
|
||||
/* We used it already in main() in getopt32(),
|
||||
* we *must* reset getopt(3): */
|
||||
#ifdef __GLIBC__
|
||||
optind = 0;
|
||||
#else /* BSD style */
|
||||
optind = 1;
|
||||
/* optreset = 1; */
|
||||
#endif
|
||||
GETOPT_RESET();
|
||||
|
||||
while (1) {
|
||||
#if ENABLE_FEATURE_GETOPT_LONG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue