* lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
[pspp] / 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 m4/openat.m4
13
14 Depends-on:
15 dirname
16 extensions
17 gettext-h
18 intprops
19 lchown
20 lstat
21 save-cwd
22
23 configure.ac:
24 gl_FUNC_OPENAT
25
26 Makefile.am:
27 EXTRA_DIST += at-func.c openat.h openat-priv.h
28
29 Include:
30 "openat.h"
31
32 License:
33 GPL
34
35 Maintainer:
36 Jim Meyering