summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2001-09-04 16:21:53 +0300
committermonty@tik.mysql.fi <>2001-09-04 16:21:53 +0300
commit4f4e9e77aef8e5661b87170a19248ac67bfc3654 (patch)
tree642709eccc6370d599c1e7b3c0d4a43728cf809d /include
parent55dd01cc1354cd04acfec421dc9e9d9e971d489f (diff)
parente108cc775d086b87cf5b70f20c9a0818c92356fb (diff)
downloadmariadb-git-4f4e9e77aef8e5661b87170a19248ac67bfc3654.tar.gz
Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
Diffstat (limited to 'include')
-rw-r--r--include/my_pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h
index 33ad9ec0401..b54a94f83fc 100644
--- a/include/my_pthread.h
+++ b/include/my_pthread.h
@@ -146,6 +146,7 @@ int pthread_mutex_destroy (pthread_mutex_t *);
#define pthread_mutex_destroy(A) DeleteCriticalSection(A)
#define my_pthread_setprio(A,B) SetThreadPriority(GetCurrentThread(), (B))
#define pthread_kill(A,B) pthread_dummy(0)
+#define pthread_exit(A) pthread_dummy()
#endif /* OS2 */
/* Dummy defines for easier code */