* modules/openat (Files): Add lib/fchmodat.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/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 save-cwd
16 gettext-h
17 dirname
18 extensions
19 intprops
20
21 configure.ac:
22 gl_FUNC_OPENAT
23
24 Makefile.am:
25
26 Include:
27 "openat.h"
28
29 License:
30 GPL
31
32 Maintainer:
33 Jim Meyering