summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 21:14:22 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 21:14:22 -0500
commit81f8d1766cab5e930ff311bdae53df44125aee06 (patch)
treeeec007d84ff9c64971df944b8545b88a706b2eb3 /src
parent6708c7b3a770e559c384fd706c1849a8f805c2c5 (diff)
add missing refs
Diffstat (limited to 'src')
-rw-r--r--src/stdio/ctermid.ref3
-rw-r--r--src/stdio/cuserid.ref3
-rw-r--r--src/stdio/getopt.ref3
-rw-r--r--src/stdio/optarg.ref3
-rw-r--r--src/stdio/opterr.ref3
-rw-r--r--src/stdio/optind.ref3
-rw-r--r--src/stdio/optopt.ref3
-rw-r--r--src/stdio/va_list.ref1
8 files changed, 22 insertions, 0 deletions
diff --git a/src/stdio/ctermid.ref b/src/stdio/ctermid.ref
new file mode 100644
index 00000000..66201cc8
--- /dev/null
+++ b/src/stdio/ctermid.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/ctermid.c)
+POSIX(19xxyy)
diff --git a/src/stdio/cuserid.ref b/src/stdio/cuserid.ref
new file mode 100644
index 00000000..52d7b464
--- /dev/null
+++ b/src/stdio/cuserid.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/cuserid.c)
+XOPEN(4)
diff --git a/src/stdio/getopt.ref b/src/stdio/getopt.ref
new file mode 100644
index 00000000..636a4fef
--- /dev/null
+++ b/src/stdio/getopt.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/getopt.c)
+XOPEN(4)
diff --git a/src/stdio/optarg.ref b/src/stdio/optarg.ref
new file mode 100644
index 00000000..5df46989
--- /dev/null
+++ b/src/stdio/optarg.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/optarg.c)
+XOPEN(4)
diff --git a/src/stdio/opterr.ref b/src/stdio/opterr.ref
new file mode 100644
index 00000000..171f0a3a
--- /dev/null
+++ b/src/stdio/opterr.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/opterr.c)
+XOPEN(4)
diff --git a/src/stdio/optind.ref b/src/stdio/optind.ref
new file mode 100644
index 00000000..d9bdaa56
--- /dev/null
+++ b/src/stdio/optind.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/optind.c)
+XOPEN(4)
diff --git a/src/stdio/optopt.ref b/src/stdio/optopt.ref
new file mode 100644
index 00000000..943f960c
--- /dev/null
+++ b/src/stdio/optopt.ref
@@ -0,0 +1,3 @@
+#include <stdio.h>
+REFERENCE(unistd/optopt.c)
+XOPEN(4)
diff --git a/src/stdio/va_list.ref b/src/stdio/va_list.ref
index f1fd28ec..40656ef6 100644
--- a/src/stdio/va_list.ref
+++ b/src/stdio/va_list.ref
@@ -1,3 +1,4 @@
#include <stdio.h>
REFERENCE(stdarg/va_list.c)
STDC(1)
+NOTE: technically not in any standard C, but is present in xopen and posix