mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
25 lines
283 B
Plaintext
25 lines
283 B
Plaintext
Description:
|
|
lstat() function: return information about a file or symbolic link.
|
|
|
|
Files:
|
|
lib/lstat.c
|
|
m4/lstat.m4
|
|
|
|
Depends-on:
|
|
sys_stat
|
|
|
|
configure.ac:
|
|
gl_FUNC_LSTAT
|
|
gl_SYS_STAT_MODULE_INDICATOR([lstat])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|