From ae00c6d3faaf5796eb0057161dca1f099d520409 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 2 Nov 2006 16:51:27 +0000 Subject: Set the AST_RWLOCK_INIT_VALUE to the PTHREAD_RWLOCK_INIT_VALUE if it is available, that way outside stuff can determine whether to use a constructor or deconstructor for initialization instead of using the init value. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46940 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/lock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk') diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index b329fc103..d2ce09834 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 -- cgit v1.2.3