summaryrefslogtreecommitdiff
path: root/include/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'include/bsd')
-rw-r--r--include/bsd/getopt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bsd/getopt.h b/include/bsd/getopt.h
new file mode 100644
index 0000000..bf78f01
--- /dev/null
+++ b/include/bsd/getopt.h
@@ -0,0 +1,4 @@
+#include <getopt.h>
+extern int optreset;
+
+int bsd_getopt (int, char **, char *);