summaryrefslogtreecommitdiff
path: root/src/stdio
diff options
context:
space:
mode:
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)