summaryrefslogtreecommitdiff
path: root/doc/gnulib.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-04 18:14:46 +0200
committerBruno Haible <bruno@clisp.org>2020-07-04 18:14:46 +0200
commit6aa22a864222eb7199a71dabb85906088ee988cc (patch)
treeb0d2d28ad541b987fce46e6bb523cbdf5b175ad8 /doc/gnulib.texi
parent36d4b7ed93c3c29505f939de6725b7f68b860fa5 (diff)
downloadgnulib-6aa22a864222eb7199a71dabb85906088ee988cc.tar.gz
getumask: New module.
* lib/sys_stat.in.h (getumask): New declaration. * lib/getumask.c: New file. * m4/getumask.m4: New file. * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Test whether getumask is declared. (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_GETUMASK, HAVE_GETUMASK. * modules/sys_stat (Makefile.am): Substitute GNULIB_GETUMASK, HAVE_GETUMASK. * modules/getumask: New file. * tests/test-sys_stat-c++.cc (getumask): Check signature. * doc/glibc-functions/getumask.texi: New file. * doc/gnulib.texi (Glibc sys/stat.h): Include it.
Diffstat (limited to 'doc/gnulib.texi')
-rw-r--r--doc/gnulib.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index ec6e633290..812e7d063f 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -6119,10 +6119,12 @@ This list of functions is sorted according to the header that declares them.
@section Glibc Extensions to @code{<sys/stat.h>}
@menu
+* getumask::
* lchmod::
* statx::
@end menu
+@include glibc-functions/getumask.texi
@include glibc-functions/lchmod.texi
@include glibc-functions/statx.texi