]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Sat, 3 Jun 2006 15:05:26 +0000 (15:05 +0000)
committerAutomerge script <automerge@asterisk.org>
Sat, 3 Jun 2006 15:05:26 +0000 (15:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@31769 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/linkedlists.h

index fec406f6e487fdf22a30d08e88904601c013c62b..b91d1177824d257f3c0a1806debe6a2d0907ae64 100644 (file)
@@ -370,7 +370,8 @@ struct {                                                            \
   \param head This is a pointer to the list head structure
 
   This macro initializes a list head structure by setting the head
-  entry to \a NULL (empty list) and recreating the embedded lock.
+  entry to \a NULL (empty list). There is no embedded lock handling
+  with this macro.
 */
 #define AST_LIST_HEAD_INIT_NOLOCK(head) {                              \
        (head)->first = NULL;                                           \