openat: provide more convenience names
[pspp] / modules / gettimeofday
index 270029bba45ef97684c5e8e29b6945d6c2f9c2ba..0913cf1e8b193d66d85b7b9db2bcfef6a8c2bbf7 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