diff options
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> + |