summaryrefslogtreecommitdiffstats
path: root/include/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/getopt.h')
-rw-r--r--include/getopt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h
index c29ad42..39b514e 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -72,7 +72,11 @@ int getopt(int, char * const [], const char *);
extern char *optarg; /* getopt(3) external variables */
extern int optind, opterr, optopt;
-#endif /* _GETOPT_DECLARED */
+#endif
+#ifndef _OPTRESET_DECLARED
+#define _OPTRESET_DECLARED
+extern int optreset; /* getopt(3) external variable */
+#endif
__END_DECLS
#endif /* !_GETOPT_H_ */
OpenPOWER on IntegriCloud