]> git.ipfire.org Git - thirdparty/coreutils.git/commit
[./]
authorJim Meyering <jim@meyering.net>
Tue, 15 Aug 2006 19:17:30 +0000 (19:17 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Aug 2006 19:17:30 +0000 (19:17 +0000)
commit2ee444b5fe414a627f8600cb3989b8eed1676b9f
treeb109e89438ab841f4c23871d0ad242a9d4fcc3db
parentd8139747b188a142f388716b431e180faecd4f68
[./]
* .x-sc_require_config_h: Add lib/at-func.c.
[lib/]
* at-func.c: New file, with the logic of all emulated at-functions.
* openat-priv.h: Include <errno.h> and define ENOSYS,
in support of the EXPECTED_ERRNO macro.
* openat.c (fstatat, unlinkat, fchownat): Remove function definitions.
Instead, define the appropriate symbols and include "at-func.c".
* mkdirat.c (mkdirat): Likewise.
* fchmodat.c (fchmodat): Likewise.
(ENOSYS): Remove definition.
* openat.c: Don't include <errno.h>, now that "openat-priv.h" does it.
Don't include "unistd--.h" -- it wasn't ever used.
[m4/]
* openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
.x-sc_require_config_h
ChangeLog
lib/ChangeLog
lib/at-func.c [new file with mode: 0644]
lib/fchmodat.c
lib/mkdirat.c
lib/openat-priv.h
lib/openat.c
m4/ChangeLog
m4/openat.m4