From 18b6294909259bcdb8d0bf62bce481e898b8168c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 19:58:13 -0500 Subject: add references per SUSv1 --- src/fcntl/SEEK_CUR.ref | 4 ++++ src/fcntl/SEEK_END.ref | 4 ++++ src/fcntl/SEEK_SET.ref | 4 ++++ src/fcntl/mode_t.ref | 4 ++++ src/fcntl/off_t.ref | 4 ++++ src/fcntl/pid_t.ref | 4 ++++ 6 files changed, 24 insertions(+) create mode 100644 src/fcntl/SEEK_CUR.ref create mode 100644 src/fcntl/SEEK_END.ref create mode 100644 src/fcntl/SEEK_SET.ref create mode 100644 src/fcntl/mode_t.ref create mode 100644 src/fcntl/off_t.ref create mode 100644 src/fcntl/pid_t.ref (limited to 'src') 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 +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 +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 +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 +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 +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 +REFERENCE(sys/types/pid_t.c) +XOPEN(4) +probably-posix -- cgit v1.2.1