summaryrefslogtreecommitdiff
path: root/src/unistd/optind.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 16:48:54 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 16:48:54 -0500
commitdecde27a8de0953d402df2db3716543b213b9755 (patch)
treebcbd13522737dd099b0bb9ee0528d94e726def52 /src/unistd/optind.c
parent4e875ebbf1febc03cee6d80f3dd23cd01112f95c (diff)
add POSIX.2 identifiers
Diffstat (limited to 'src/unistd/optind.c')
-rw-r--r--src/unistd/optind.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unistd/optind.c b/src/unistd/optind.c
new file mode 100644
index 00000000..8cd6e14b
--- /dev/null
+++ b/src/unistd/optind.c
@@ -0,0 +1,6 @@
+#include <unistd.h>
+int optind;
+/*
+POSIX(2)
+*/
+