From b1d1f5e44439070e3f4f9d4fa32d43f2a07db62c Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 13 Nov 2007 21:01:14 +0000 Subject: This fixes a build error on my mac. It also works on my linux box. Let me know if it breaks any other platform ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89253 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/lock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk') diff --git a/include/asterisk/lock.h b/include/asterisk/lock.h index 2a2ec9b17..c04d00aaa 100644 --- a/include/asterisk/lock.h +++ b/include/asterisk/lock.h @@ -791,7 +791,7 @@ typedef pthread_rwlock_t ast_rwlock_t; #ifdef HAVE_PTHREAD_RWLOCK_INITIALIZER #define AST_RWLOCK_INIT_VALUE PTHREAD_RWLOCK_INITIALIZER #else -#define AST_RWLOCK_INIT_VALUE NULL +#define AST_RWLOCK_INIT_VALUE { 0 } #endif #ifdef DEBUG_THREADS -- cgit v1.2.3