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
commit630d3b855ea7585b1e77bff5914dc6f4b992a0fb (patch)
tree3beca967c819cc6931a68efb75a5c42b576e5f9e /include/my_pthread.h
parentb7dd355ffcfe5ed820e1a757530437409810fb34 (diff)
downloadmariadb-git-630d3b855ea7585b1e77bff5914dc6f4b992a0fb.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