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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
lstat
blob
6173858c0c112dafaf7289c58d1dcae77805b071
1
Description:
2
lstat() function: return information about a file or symbolic link.
3
4
Files:
5
lib/lstat.c
6
m4/lstat.m4
7
8
Depends-on:
9
sys_stat
10
largefile
11
stat [test $REPLACE_LSTAT = 1]
12
stat-time [test $REPLACE_LSTAT = 1]
13
14
configure.ac:
15
gl_FUNC_LSTAT
16
if test $REPLACE_LSTAT = 1; then
17
AC_LIBOBJ([lstat])
18
gl_PREREQ_LSTAT
19
fi
20
gl_SYS_STAT_MODULE_INDICATOR([lstat])
21
22
Makefile.am:
23
24
Include:
25
<sys/stat.h>
26
27
License:
28
LGPLv2+
29
30
Maintainer:
31
Jim Meyering