New module 'fchmodat', split off from module 'openat'.
authorBruno Haible <bruno@clisp.org>
Wed, 2 Nov 2011 09:07:20 +0000 (10:07 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 2 Nov 2011 09:07:20 +0000 (10:07 +0100)
commitafe598a51a14e75cd697a30ac54fa9cc29c8cde0
tree3f4d3fd3b78041e590a3a25bf32e3b1d91219210
parentaf0285db3e8dee3f40ba573e845362335ac0cff2
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.
ChangeLog
NEWS
doc/posix-functions/fchmodat.texi
lib/openat.h
m4/fchmodat.m4 [new file with mode: 0644]
m4/openat.m4
modules/fchmodat [new file with mode: 0644]
modules/fchmodat-tests [new file with mode: 0644]
modules/openat
modules/openat-tests