automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@64867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge Script
2007-05-17 22:22:24 +00:00
parent 468bc9d600
commit 244d4723de

View File

@@ -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)