X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat;h=37cae80fa01881930e2574d89b45d342c8fe09f0;hb=84e7e349505e6961cc62fded69ba277474cc3d35;hp=7366aec5dbaf01b8fc3c001d247796850d7494e4;hpb=d9203c96c70e64ae24a2f2d36e1ba80d79628dc5;p=gnulib.git diff --git a/modules/openat b/modules/openat index 7366aec5d..37cae80fa 100644 --- a/modules/openat +++ b/modules/openat @@ -2,15 +2,40 @@ Description: Open a file at a directory. Files: +lib/at-func.c +lib/fchmodat.c +lib/fchownat.c +lib/fstatat.c +lib/mkdirat.c lib/openat.c lib/openat.h +lib/openat-priv.h +lib/openat-proc.c +lib/unlinkat.c m4/openat.m4 +m4/mode_t.m4 Depends-on: +dirname-lgpl +errno +extensions +fchdir +fcntl-h +fdopendir +gettext-h +intprops +lchown +lstat +mkdir +open +openat-die +rmdir +same-inode save-cwd -gettext -error -exitfail +stdbool +sys_stat +unistd +unlink configure.ac: gl_FUNC_OPENAT @@ -18,10 +43,13 @@ gl_FUNC_OPENAT Makefile.am: Include: + + + "openat.h" License: GPL Maintainer: -Jim Meyering +Jim Meyering, Eric Blake