openat: declare in POSIX headers
[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 intprops
26 lchown
27 lstat
28 openat-die
29 rmdir
30 same-inode
31 save-cwd
32 stdbool
33 sys_stat
34 unistd
35
36 configure.ac:
37 gl_FUNC_OPENAT
38 gl_MODULE_INDICATOR([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