1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

fixes for windows

This commit is contained in:
Sergei Golubchik
2008-08-31 17:20:20 +02:00
parent 8ccb262d05
commit b54ac0728d
4 changed files with 8 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ typedef struct st_wt_resource {
in the sense that lf_hash_insert() won't memcpy() over them.
See wt_init().
*/
pthread_rwlock_t lock;
rw_lock_t lock;
pthread_cond_t cond;
DYNAMIC_ARRAY owners;
} WT_RESOURCE;