(Files): Remove openat-die.c
[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/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 gettext-h
20 intprops
21 lchown
22 lstat
23 openat-die
24 same-inode
25 save-cwd
26 stdbool
27
28 configure.ac:
29 gl_FUNC_OPENAT
30
31 Makefile.am:
32
33 Include:
34 "openat.h"
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering