projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51051ce
)
fix build for non debug threads
author
Russell Bryant
<russell@russellbryant.com>
Tue, 3 Jun 2008 18:43:01 +0000
(18:43 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Tue, 3 Jun 2008 18:43:01 +0000
(18:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@120066
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/lock.h
patch
|
blob
|
history
diff --git
a/include/asterisk/lock.h
b/include/asterisk/lock.h
index
e46a6a0
..
516c462
100644
(file)
--- a/
include/asterisk/lock.h
+++ b/
include/asterisk/lock.h
@@
-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;