printf core: fix gratuitous integer formatting buffer size
[musl] / include / getopt.h
index 6d85c0b..35cbd35 100644 (file)
@@ -7,10 +7,9 @@ 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
-{
+struct option {
        const char *name;
        int has_arg;
        int *flag;