summaryrefslogtreecommitdiff
path: root/include/waiting_threads.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mysql.com>2008-08-31 17:20:20 +0200
committerSergei Golubchik <serg@mysql.com>2008-08-31 17:20:20 +0200
commitb54ac0728dcef412ad48c092139c150cac31550c (patch)
tree5533bb81e5af60709aff0a71dcd20aa353458569 /include/waiting_threads.h
parent8ccb262d055212a0a962652466a6d05275effb50 (diff)
downloadmariadb-git-b54ac0728dcef412ad48c092139c150cac31550c.tar.gz
fixes for windows
Diffstat (limited to 'include/waiting_threads.h')
-rw-r--r--include/waiting_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/waiting_threads.h b/include/waiting_threads.h
index a97bc09f576..c2aecdc760d 100644
--- a/include/waiting_threads.h
+++ b/include/waiting_threads.h
@@ -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;