repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix quoting of AC_LANG_PROGRAM arguments.
[gnulib.git]
/
modules
/
statat
blob
074d342bd8d1c73a3b68abd693617385bdcf5f94
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