From 193d2932b9babbf93e23f7e960f376f3ff6d7c9b Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Sat, 23 Dec 2006 19:55:38 +0000 Subject: [PATCH] We should probably declare the lock... and not just the constructor/deconstructor. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48928 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/lock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index c44929fa51..ca6663a9cd 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -666,6 +666,7 @@ static inline int ast_rwlock_trywrlock(ast_rwlock_t *prwlock) #ifndef HAVE_PTHREAD_RWLOCK_INITIALIZER #define __AST_RWLOCK_DEFINE(scope, rwlock) \ + scope ast_rwlock_t rwlock; \ static void __attribute__ ((constructor)) init_##rwlock(void) \ { \ ast_rwlock_init(&rwlock); \ -- 2.47.2