]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge Script <automerge@asterisk.org>
Thu, 17 May 2007 22:22:24 +0000 (22:22 +0000)
committerAutomerge Script <automerge@asterisk.org>
Thu, 17 May 2007 22:22:24 +0000 (22:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@64867 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/linkedlists.h

index 3ac3bffa7d60fc1caa449fa52b4b2650f5538bac..963f5a583f2aa75cf68c092ab95d81b2e360991b 100644 (file)
@@ -33,7 +33,7 @@
 
   This macro attempts to place an exclusive lock in the
   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)                                            \
        ast_mutex_lock(&(head)->lock)