From: Automerge script Date: Sat, 3 Jun 2006 15:05:26 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.9.1-netsec~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0de3815b2a9da4119b09f2c13af90d8779762e97;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@31769 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h index fec406f6e4..b91d117782 100644 --- a/include/asterisk/linkedlists.h +++ b/include/asterisk/linkedlists.h @@ -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; \