diff options
author | Bruno Haible <bruno@clisp.org> | 2011-11-02 10:07:20 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-11-02 10:07:20 +0100 |
commit | afe598a51a14e75cd697a30ac54fa9cc29c8cde0 (patch) | |
tree | 3f4d3fd3b78041e590a3a25bf32e3b1d91219210 /doc/posix-functions/fchmodat.texi | |
parent | af0285db3e8dee3f40ba573e845362335ac0cff2 (diff) | |
download | gnulib-afe598a51a14e75cd697a30ac54fa9cc29c8cde0.tar.gz |
New module 'fchmodat', split off from module 'openat'.
* lib/openat.h (chmodat, lchmodat): Enable only if GNULIB_FCHMODAT is
defined.
* m4/fchmodat.m4: New file, extracted from m4/openat.m4.
* m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FCHMODAT. Don't test
for fchmodat, lchmod. Don't set HAVE_FCHMODAT.
* modules/fchmodat: New file, extracted from modules/openat.
* modules/openat (Files): Remove lib/fchmodat.c.
(configure.ac): Remove AC_LIBOBJ of fchmodat.
* modules/fchmodat-tests: New file, extracted from modules/openat-tests.
* modules/openat-tests (Files): Remove tests/test-fchmodat.c.
(Makefile.am): Remove rules for test-fchmodat.
* doc/posix-functions/fchmodat.texi: Mention module 'fchmodat' instead
of module 'openat'.
* NEWS: Mention the change.
Diffstat (limited to 'doc/posix-functions/fchmodat.texi')
-rw-r--r-- | doc/posix-functions/fchmodat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/posix-functions/fchmodat.texi b/doc/posix-functions/fchmodat.texi index 2ec42d7135..f15f67575f 100644 --- a/doc/posix-functions/fchmodat.texi +++ b/doc/posix-functions/fchmodat.texi @@ -4,7 +4,7 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html} -Gnulib module: openat +Gnulib module: fchmodat Portability problems fixed by Gnulib: @itemize |