diff options
| -rw-r--r-- | src/fcntl/SEEK_CUR.ref | 4 | ||||
| -rw-r--r-- | src/fcntl/SEEK_END.ref | 4 | ||||
| -rw-r--r-- | src/fcntl/SEEK_SET.ref | 4 | ||||
| -rw-r--r-- | src/fcntl/mode_t.ref | 4 | ||||
| -rw-r--r-- | src/fcntl/off_t.ref | 4 | ||||
| -rw-r--r-- | src/fcntl/pid_t.ref | 4 |
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 |
