readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / statat
blobbf274e054dfe7f6f4645ffb2ae73117f9d06dde6
1 Description:
2 statat() and lstatat() functions: Return info about a file at a directory.
4 Status:
5 obsolete
7 Notice:
8 This module is obsolete.  Please use fstatat instead, and decide
9 whether you want AT_NO_AUTOMOUNT in each fstatat call.
11 Files:
12 lib/statat.c
14 Depends-on:
15 fstatat
17 configure.ac:
18 gl_MODULE_INDICATOR([statat]) dnl for lib/openat.h
20 Makefile.am:
21 lib_SOURCES += statat.c
23 Include:
24 "openat.h"
26 License:
27 GPL
29 Maintainer:
30 Jim Meyering, Eric Blake, Paul Eggert