X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fgetopt.h;h=c1d0df928f749ac0f3094b80f2422abce23b2dfa;hp=6d85c0b6ba68313a5ab0760e069e56fc845253fa;hb=ae0c1de530bc3b27069008b8b247171d08dbe80b;hpb=0438e9fd63bedaa43173fc26b567568ecddac55d 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 {