automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@64867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Automerge Script 18 years ago
parent 468bc9d600
commit 244d4723de

@ -33,7 +33,7 @@
This macro attempts to place an exclusive lock in the This macro attempts to place an exclusive lock in the
list head structure pointed to by head. list head structure pointed to by head.
Returns non-zero on success, 0 on failure Returns 0 on success, non-zero on failure
*/ */
#define AST_LIST_LOCK(head) \ #define AST_LIST_LOCK(head) \
ast_mutex_lock(&(head)->lock) ast_mutex_lock(&(head)->lock)

Loading…
Cancel
Save