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