summaryrefslogtreecommitdiff
path: root/src/stdio
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-10 13:06:25 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-10 13:06:25 -0500
commitc45c5c405e5de0e84bb0b656b6a22d7cc7613c05 (patch)
tree9fa1c442d57b9cede6f40cb7c856e94de50fd30d /src/stdio
parent8095a8513cd1dcbebe55b009e5a475094b1e0cae (diff)
correct version tags
Diffstat (limited to 'src/stdio')
-rw-r--r--src/stdio/L_cuserid.c2
-rw-r--r--src/stdio/ctermid.ref2
-rw-r--r--src/stdio/cuserid.ref2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/stdio/L_cuserid.c b/src/stdio/L_cuserid.c
index 1bcaec9a..27425cac 100644
--- a/src/stdio/L_cuserid.c
+++ b/src/stdio/L_cuserid.c
@@ -1,5 +1,5 @@
#include <stdio.h>
#define L_cuserid (255)
/*
-POSIX(1)
+POSIX(1,200112)
*/
diff --git a/src/stdio/ctermid.ref b/src/stdio/ctermid.ref
index 66201cc8..7e2b340f 100644
--- a/src/stdio/ctermid.ref
+++ b/src/stdio/ctermid.ref
@@ -1,3 +1,3 @@
#include <stdio.h>
REFERENCE(unistd/ctermid.c)
-POSIX(19xxyy)
+POSIX(1)
diff --git a/src/stdio/cuserid.ref b/src/stdio/cuserid.ref
index 52d7b464..7bd7db61 100644
--- a/src/stdio/cuserid.ref
+++ b/src/stdio/cuserid.ref
@@ -1,3 +1,3 @@
#include <stdio.h>
REFERENCE(unistd/cuserid.c)
-XOPEN(4)
+XOPEN(4,600)