diff options
author | Bruno Haible <bruno@clisp.org> | 2002-12-31 13:46:30 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2002-12-31 13:46:30 +0000 |
commit | 740e9a30efda7c5323b31860c249b2d9f778209c (patch) | |
tree | 45369b9e36534c2427203bcc49428fb3f24d4450 /modules/lstat | |
parent | ace5b107220299f7c04b6da8288b037d392b6c83 (diff) | |
download | gnulib-740e9a30efda7c5323b31860c249b2d9f778209c.tar.gz |
Module description.
Diffstat (limited to 'modules/lstat')
-rw-r--r-- | modules/lstat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/lstat b/modules/lstat new file mode 100644 index 0000000000..2fac7c3793 --- /dev/null +++ b/modules/lstat @@ -0,0 +1,18 @@ +Description: + +Files: +lib/lstat.c +m4/lstat.m4 + +Depends-on: +stat +xalloc + +configure.ac: +jm_FUNC_LSTAT + +Makefile.am: + +Include: +<sys/stat.h> + |