diff options
Diffstat (limited to 'rwlock.c')
-rw-r--r-- | rwlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,7 @@ pthread_rwlock_wrlock(pthread_rwlock_t * rwlock) rwl = *rwlock; - if (rwl->nMagic != RWLOCK_MAGIC) + if (rwl->nMagic != PTW32_RWLOCK_MAGIC) { return EINVAL; } |