From 6cad89775b4ed78c02c2fa9f3e49181f63b7fb65 Mon Sep 17 00:00:00 2001 From: "dlenev@dlenev.mshome" <> Date: Fri, 29 Aug 2003 03:23:18 +0400 Subject: [PATCH] Fixed problem with absence of gmtime_r under Windows. --- include/my_pthread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/my_pthread.h b/include/my_pthread.h index d8374cad314..f4976abee10 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -111,7 +111,6 @@ void pthread_exit(void *a); /* was #define pthread_exit(A) ExitThread(A)*/ #endif #define pthread_self() win_pthread_self #define HAVE_LOCALTIME_R 1 -#define HAVE_GMTIME_R 1 #define _REENTRANT 1 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1