diff options
author | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@fedora12> | 2009-12-25 16:49:21 +0100 |
commit | e8bdef8fcd05472a41d193e0f67992bfb5a3e57b (patch) | |
tree | 7759e1bcb9d4f5273bfcaada45aac3885f5cd8fe /include/my_pthread.h | |
parent | 57e3ba292a87ef01e1c1dc35c224be0712983349 (diff) | |
parent | 85d5a08b51e24af57120068bed4534e4c1e889f4 (diff) | |
download | mariadb-git-e8bdef8fcd05472a41d193e0f67992bfb5a3e57b.tar.gz |
merge
Diffstat (limited to 'include/my_pthread.h')
-rw-r--r-- | include/my_pthread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/my_pthread.h b/include/my_pthread.h index aa667e9ce72..f2df7f4c198 100644 --- a/include/my_pthread.h +++ b/include/my_pthread.h @@ -156,7 +156,6 @@ int pthread_cancel(pthread_t thread); #define pthread_detach_this_thread() #define pthread_condattr_init(A) #define pthread_condattr_destroy(A) - #define pthread_yield() SwitchToThread() #define my_sigset(A,B) signal(A,B) |