diff options
Diffstat (limited to 'contrib/unbound/compat/arc4_lock.c')
-rw-r--r-- | contrib/unbound/compat/arc4_lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/compat/arc4_lock.c b/contrib/unbound/compat/arc4_lock.c index faa743d15baa..0c45ad01b042 100644 --- a/contrib/unbound/compat/arc4_lock.c +++ b/contrib/unbound/compat/arc4_lock.c @@ -48,7 +48,7 @@ void _ARC4_UNLOCK(void) } #else /* !THREADS_DISABLED */ -static lock_quick_t arc4lock; +static lock_quick_type arc4lock; static int arc4lockinit = 0; void _ARC4_LOCK(void) |