document in sysconf and unistd.h that per-thread cpu clocks exist
[oweals/musl.git] / include / getopt.h
index 6d85c0b6ba68313a5ab0760e069e56fc845253fa..c1d0df928f749ac0f3094b80f2422abce23b2dfa 100644 (file)
@@ -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
 {