diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-09-10 17:31:33 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-09-10 17:31:33 -0600 |
commit | 93a15f452eb08eab559b12b1947cfae71fc628f5 (patch) | |
tree | 37dd381b754127332c0c5d2e94e5c93479b0526c /include/my_pthread.h | |
parent | 8cfd4949c2725431d78605d30c1138c4d42ab4d2 (diff) | |
parent | 341504b3c9770c450b8101784344b403bd0257cc (diff) | |
download | mariadb-git-93a15f452eb08eab559b12b1947cfae71fc628f5.tar.gz |
Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
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 */ |