fix build for non debug threads

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.1
Russell Bryant 18 years ago
parent 51051ce949
commit 85dfb6348b

@ -1493,6 +1493,8 @@ typedef pthread_rwlock_t ast_rwlock_t;
#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;

Loading…
Cancel
Save