Make fflush after ungetc work on BSD platforms.
[gnulib.git] / modules / gettimeofday
index 270029b..0913cf1 100644 (file)
@@ -3,11 +3,10 @@ gettimeofday() function: return current time.
 
 Files:
 lib/gettimeofday.c
-lib/gettimeofday.h
 m4/gettimeofday.m4
 
 Depends-on:
-restrict
+sys_time
 
 configure.ac:
 gl_FUNC_GETTIMEOFDAY
@@ -16,11 +15,9 @@ Makefile.am:
 
 Include:
 <sys/time.h>
-"gettimeofday.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
-Jim Meyering
-
+Paul Eggert, Jim Meyering