[svn-commits] russell: trunk r120066 - /trunk/include/asterisk/lock.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 3 13:43:02 CDT 2008


Author: russell
Date: Tue Jun  3 13:43:01 2008
New Revision: 120066

URL: http://svn.digium.com/view/asterisk?view=rev&rev=120066
Log:
fix build for non debug threads

Modified:
    trunk/include/asterisk/lock.h

Modified: trunk/include/asterisk/lock.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/lock.h?view=diff&rev=120066&r1=120065&r2=120066
==============================================================================
--- trunk/include/asterisk/lock.h (original)
+++ trunk/include/asterisk/lock.h Tue Jun  3 13:43:01 2008
@@ -1493,6 +1493,8 @@
 #define AST_RWLOCK_INIT_VALUE { 0 }
 #endif
 
+#define ast_rwlock_init_notracking(a) ast_rwlock_init(a)
+
 static inline int ast_rwlock_init(ast_rwlock_t *prwlock)
 {
 	int res;




More information about the svn-commits mailing list