* atanl.c, logl.c: Add GPL notice, and make the code more similar to glibc.
[gnulib.git] / modules / stat
index d8d1508..c074eb9 100644 (file)
@@ -3,18 +3,24 @@ stat() function: return information about a file, following symbolic links.
 
 Files:
 lib/stat.c
+lib/stat-macros.h
 m4/stat.m4
 
 Depends-on:
+xalloc
 
 configure.ac:
 gl_FUNC_STAT
 
 Makefile.am:
+lib_SOURCES += stat-macros.h
 
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering