summaryrefslogtreecommitdiff
path: root/.x-sc_require_config_h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-15 19:17:30 +0000
committerJim Meyering <jim@meyering.net>2006-08-15 19:17:30 +0000
commit2ee444b5fe414a627f8600cb3989b8eed1676b9f (patch)
treeb109e89438ab841f4c23871d0ad242a9d4fcc3db /.x-sc_require_config_h
parentd8139747b188a142f388716b431e180faecd4f68 (diff)
downloadcoreutils-2ee444b5fe414a627f8600cb3989b8eed1676b9f.tar.xz
[./]
* .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.
Diffstat (limited to '.x-sc_require_config_h')
-rw-r--r--.x-sc_require_config_h1
1 files changed, 1 insertions, 0 deletions
diff --git a/.x-sc_require_config_h b/.x-sc_require_config_h
index f82d7105a..415a11365 100644
--- a/.x-sc_require_config_h
+++ b/.x-sc_require_config_h
@@ -1,3 +1,4 @@
+^lib/at-func\.c$
^lib/bcopy\.c$
^lib/buffer-lcm\.c$
^lib/c-strtold\.c$