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