X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fgetopt.h;fp=include%2Fgetopt.h;h=c1d0df928f749ac0f3094b80f2422abce23b2dfa;hb=030e52639248ac8417a4934298caa78c21a228d1;hp=6d85c0b6ba68313a5ab0760e069e56fc845253fa;hpb=e44849f5cf331e655705b18d6c81c616e29d50d0;p=musl diff --git a/include/getopt.h b/include/getopt.h index 6d85c0b6..c1d0df92 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -7,7 +7,7 @@ extern "C" { int getopt(int, char * const [], const char *); extern char *optarg; -extern int optind, opterr, optopt; +extern int optind, opterr, optopt, optreset; struct option {