summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib.c b/lib.c
index d3354e21..75240308 100644
--- a/lib.c
+++ b/lib.c
@@ -7442,10 +7442,6 @@ val time_sec_usec(void)
}
#if !HAVE_GMTIME_R
-/*
- * Ugly hacks for MingW, which uses the Microsft C Run Time Library,
- * whic in turn is stuck in the Dark Ages * without _r functions.
- */
struct tm *gmtime_r(const time_t *timep, struct tm *result);
struct tm *localtime_r(const time_t *timep, struct tm *result);