mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	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:
		@@ -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) 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user