summaryrefslogtreecommitdiff
path: root/modules/tzset
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-08-14 21:59:28 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-08-14 21:59:28 +0000
commitc68009f90028d2f69c6303cd98f08ac1d88923da (patch)
tree9a5927bf927c466e3abc38427346c45c43c64681 /modules/tzset
parent5bac575bca7b3e6cfb669a3620436c322de954fc (diff)
downloadgnulib-c68009f90028d2f69c6303cd98f08ac1d88923da.tar.gz
Add wrappers for gmtime and tzset, too.
Diffstat (limited to 'modules/tzset')
-rw-r--r--modules/tzset20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/tzset b/modules/tzset
new file mode 100644
index 0000000000..c0e9304747
--- /dev/null
+++ b/modules/tzset
@@ -0,0 +1,20 @@
+Description:
+tzset - initialize time conversion information
+
+Files:
+m4/tzset.m4
+
+Depends-on:
+gettimeofday
+
+configure.ac:
+gl_FUNC_TZSET_CLOBBER
+
+Makefile.am:
+
+Include:
+<time.h>
+
+Maintainer:
+Jim Meyering
+