verify: new macro 'assume'
[gnulib.git] / modules / statat
1 Description:
2 statat() and lstatat() functions: Return info about a file at a directory.
3
4 Files:
5 lib/statat.c
6
7 Depends-on:
8 fstatat
9
10 configure.ac:
11 gl_MODULE_INDICATOR([statat]) dnl for lib/openat.h
12
13 Makefile.am:
14 lib_SOURCES += statat.c
15
16 Include:
17 "openat.h"
18
19 License:
20 GPL
21
22 Maintainer:
23 Jim Meyering, Eric Blake, Paul Eggert