summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 19:58:13 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 19:58:13 -0500
commit18b6294909259bcdb8d0bf62bce481e898b8168c (patch)
treef93b912cfe066bde0f990961a3be7313e0f6129e
parent531c57be1ead769d07cac4fd25bb0123faf4d00b (diff)
add references per SUSv1
-rw-r--r--src/fcntl/SEEK_CUR.ref4
-rw-r--r--src/fcntl/SEEK_END.ref4
-rw-r--r--src/fcntl/SEEK_SET.ref4
-rw-r--r--src/fcntl/mode_t.ref4
-rw-r--r--src/fcntl/off_t.ref4
-rw-r--r--src/fcntl/pid_t.ref4
6 files changed, 24 insertions, 0 deletions
diff --git a/src/fcntl/SEEK_CUR.ref b/src/fcntl/SEEK_CUR.ref
new file mode 100644
index 00000000..ecfa73fd
--- /dev/null
+++ b/src/fcntl/SEEK_CUR.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(stdio/SEEK_CUR.c)
+XOPEN(4)
+probably-posix
diff --git a/src/fcntl/SEEK_END.ref b/src/fcntl/SEEK_END.ref
new file mode 100644
index 00000000..07f90266
--- /dev/null
+++ b/src/fcntl/SEEK_END.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(stdio/SEEK_END.c)
+XOPEN(4)
+probably-posix
diff --git a/src/fcntl/SEEK_SET.ref b/src/fcntl/SEEK_SET.ref
new file mode 100644
index 00000000..639c2c78
--- /dev/null
+++ b/src/fcntl/SEEK_SET.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(stdio/SEEK_SET.c)
+XOPEN(4)
+probably-posix
diff --git a/src/fcntl/mode_t.ref b/src/fcntl/mode_t.ref
new file mode 100644
index 00000000..0eab4e54
--- /dev/null
+++ b/src/fcntl/mode_t.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(sys/types/mode_t.c)
+XOPEN(4)
+probably-posix
diff --git a/src/fcntl/off_t.ref b/src/fcntl/off_t.ref
new file mode 100644
index 00000000..7913b092
--- /dev/null
+++ b/src/fcntl/off_t.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(sys/types/off_t.c)
+XOPEN(4)
+probably-posix
diff --git a/src/fcntl/pid_t.ref b/src/fcntl/pid_t.ref
new file mode 100644
index 00000000..f97a3fcc
--- /dev/null
+++ b/src/fcntl/pid_t.ref
@@ -0,0 +1,4 @@
+#include <fcntl.h>
+REFERENCE(sys/types/pid_t.c)
+XOPEN(4)
+probably-posix