summaryrefslogtreecommitdiff
path: root/gnulib/modules/time_r
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/time_r')
m---------gnulib0
-rw-r--r--gnulib/modules/time_r29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/time_r b/gnulib/modules/time_r
new file mode 100644
index 0000000..c235e08
--- /dev/null
+++ b/gnulib/modules/time_r
@@ -0,0 +1,29 @@
+Description:
+Reentrant time functions: localtime_r, gmtime_r.
+
+Files:
+lib/time_r.c
+m4/time_r.m4
+
+Depends-on:
+extensions
+time
+
+configure.ac:
+gl_TIME_R
+if test $HAVE_LOCALTIME_R = 0 || test $REPLACE_LOCALTIME_R = 1; then
+ AC_LIBOBJ([time_r])
+ gl_PREREQ_TIME_R
+fi
+gl_TIME_MODULE_INDICATOR([time_r])
+
+Makefile.am:
+
+Include:
+<time.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Paul Eggert