summaryrefslogtreecommitdiff
path: root/src/sys/stat/fchmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat/fchmod.c')
-rw-r--r--src/sys/stat/fchmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat/fchmod.c b/src/sys/stat/fchmod.c
index 9f360c30..496df326 100644
--- a/src/sys/stat/fchmod.c
+++ b/src/sys/stat/fchmod.c
@@ -6,5 +6,5 @@ int fchmod(int fildes, mode_t mode)
/*
XOPEN(4)
-NOTE: also in posix
+POSIX(199309)
*/