aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-02 09:06:58 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-07 09:13:58 +0200
commit8268760d77d2aee9b62ff17bd3fc291896e71a7c (patch)
tree48913b641add8e6c1cf3ba4e04fd853df697e6f9
parent175b0eec246aface99837352e5911e4a391c64af (diff)
downloadman-pages-8268760d77d2aee9b62ff17bd3fc291896e71a7c.tar.gz
getumask.3: Note that getumask() is still unavailable in glibc 2.24
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/getumask.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/getumask.3 b/man3/getumask.3
index 6ff71d9953..8f947318a9 100644
--- a/man3/getumask.3
+++ b/man3/getumask.3
@@ -58,7 +58,7 @@ library call).
.SH CONFORMING TO
This is a vaporware GNU extension.
.SH NOTES
-This function is documented but not implemented yet in glibc,
-as at version 2.9.
+This function is documented but, as at glibc version 2.24,
+it is not implemented on Linux.
.SH SEE ALSO
.BR umask (2)