diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index b329fc1038..d2ce098345 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -672,6 +672,7 @@ static void __attribute__ ((destructor)) fini_##rwlock(void) \ ast_mutex_destroy(&rwlock); \ } #else +#define AST_RWLOCK_INIT_VALUE PTHREAD_RWLOCK_INITIALIZER #define __AST_RWLOCK_DEFINE(scope, rwlock) \ scope ast_rwlock_t rwlock = AST_RWLOCK_INIT_VALUE #endif