diff modules/lstat @ 10688:989b49566cae

Move the lstat() declaration to <sys/stat.h>.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Oct 2008 01:05:43 +0200
parents 45c727466eb8
children 76ce53d77ad7
line wrap: on
line diff
--- a/modules/lstat
+++ b/modules/lstat
@@ -3,7 +3,6 @@
 
 Files:
 lib/lstat.c
-lib/lstat.h
 m4/lstat.m4
 
 Depends-on:
@@ -11,11 +10,12 @@
 
 configure.ac:
 gl_FUNC_LSTAT
+gl_SYS_STAT_MODULE_INDICATOR([lstat])
 
 Makefile.am:
 
 Include:
-"lstat.h"
+<sys/stat.h>
 
 License:
 LGPL