summaryrefslogtreecommitdiff
path: root/include/my_pthread.h
diff options
context:
space:
mode:
authorunknown <dlenev@dlenev.mshome>2003-08-29 03:23:18 +0400
committerunknown <dlenev@dlenev.mshome>2003-08-29 03:23:18 +0400
commitfb3ab3c855fa8f154d1f018bb6eea155614289c9 (patch)
tree3beca967c819cc6931a68efb75a5c42b576e5f9e /include/my_pthread.h
parent82ace8f8205626d7a94ff8cb9c3da9b8bb2752db (diff)
downloadmariadb-git-fb3ab3c855fa8f154d1f018bb6eea155614289c9.tar.gz
Fixed problem with absence of gmtime_r under Windows.
include/my_pthread.h: HAVE_GMTIME_R should not be defined under Windows (it is ok for HAVE_LOCALTIME_R since there additional implementation in my_windcond.c.
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r--include/my_pthread.h1
1 files changed, 0 insertions, 1 deletions
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