* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
[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
16 Depends-on:
17 dirname
18 extensions
19 fchdir
20 gettext-h
21 intprops
22 lchown
23 lstat
24 openat-die
25 same-inode
26 save-cwd
27 stdbool
28
29 configure.ac:
30 gl_FUNC_OPENAT
31
32 Makefile.am:
33
34 Include:
35 "openat.h"
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering