stat: new module, for mingw bug
[gnulib.git] / modules / openat
1 Description:
2 Open a file at a directory.
3
4 Files:
5 lib/at-func.c
6 lib/fchmodat.c
7 lib/fchownat.c
8 lib/fstatat.c
9 lib/mkdirat.c
10 lib/openat.c
11 lib/openat.h
12 lib/openat-priv.h
13 lib/openat-proc.c
14 m4/openat.m4
15 m4/mode_t.m4
16
17 Depends-on:
18 dirname
19 errno
20 extensions
21 fchdir
22 fcntl-h
23 fdopendir
24 gettext-h
25 inline
26 intprops
27 lchown
28 lstat
29 openat-die
30 rmdir
31 same-inode
32 save-cwd
33 stdbool
34 sys_stat
35 unistd
36
37 configure.ac:
38 gl_FUNC_OPENAT
39
40 Makefile.am:
41
42 Include:
43 <fcntl.h>
44 <sys/stat.h>
45 <unistd.h>
46 "openat.h"
47
48 License:
49 GPL
50
51 Maintainer:
52 Jim Meyering