1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge cleanup

This commit is contained in:
Marc Alff
2009-12-11 12:45:44 -07:00
parent bea4ab9bb6
commit 0531f85e16
15 changed files with 27 additions and 28 deletions

View File

@@ -148,8 +148,6 @@ int pthread_join(pthread_t thread, void **value_ptr);
#define pthread_detach_this_thread()
#define pthread_condattr_init(A)
#define pthread_condattr_destroy(A)
#define pthread_yield() SwitchToThread()
/* per the platform's documentation */
#define pthread_yield() Sleep(0)