summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-12-04 23:18:46 +0200
committerMichael Widenius <monty@askmonty.org>2010-12-04 23:18:46 +0200
commitbafceea14f1bcc7edda379dcd874e21e2c173398 (patch)
tree295787e7712d88e743e973e61d9e5326e2e92fdd /include
parent8b4b8c8e65cb25121ae6c7274e6e190932157d8b (diff)
parentdfefc15db49c367dd59d790bbd50311ec423f5f4 (diff)
downloadmariadb-git-bafceea14f1bcc7edda379dcd874e21e2c173398.tar.gz
Automatic merge
Diffstat (limited to 'include')
-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 ef17ad48cb6..5cf6c5d5fac 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -128,7 +128,6 @@ struct tm *gmtime_r(const time_t *timep,struct tm *tmp);
void pthread_exit(void *a); /* was #define pthread_exit(A) ExitThread(A)*/
-
#ifndef ETIMEDOUT
#define ETIMEDOUT 145 /* Win32 doesn't have this */
#endif