* lib/openat.h (rpl_fstatat): New macro, if
[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/fstatat.c
8 lib/mkdirat.c
9 lib/openat.c
10 lib/openat.h
11 lib/openat-die.c
12 lib/openat-priv.h
13 lib/openat-proc.c
14 m4/openat.m4
15
16 Depends-on:
17 dirname
18 extensions
19 gettext-h
20 intprops
21 lchown
22 lstat
23 same-inode
24 save-cwd
25 stdbool
26
27 configure.ac:
28 gl_FUNC_OPENAT
29
30 Makefile.am:
31
32 Include:
33 "openat.h"
34
35 License:
36 GPL
37
38 Maintainer:
39 Jim Meyering