diff options
author | Sergei Golubchik <serg@mysql.com> | 2008-08-31 17:20:20 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2008-08-31 17:20:20 +0200 |
commit | b54ac0728dcef412ad48c092139c150cac31550c (patch) | |
tree | 5533bb81e5af60709aff0a71dcd20aa353458569 /include/waiting_threads.h | |
parent | 8ccb262d055212a0a962652466a6d05275effb50 (diff) | |
download | mariadb-git-b54ac0728dcef412ad48c092139c150cac31550c.tar.gz |
fixes for windows
Diffstat (limited to 'include/waiting_threads.h')
-rw-r--r-- | include/waiting_threads.h | 2 |
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; |