summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBJ Weschke <bweschke@btwtech.com>2006-06-03 14:49:52 +0000
committerBJ Weschke <bweschke@btwtech.com>2006-06-03 14:49:52 +0000
commit0e738a77b3c889c8177fbfe66ad09ca0e76da769 (patch)
treeb562184fcd55829263b7ea6e73ec4efbf561ae0c /include
parent52eee7c5685f7b6632cc41d3ca84730f753d0929 (diff)
Merged revisions 31738 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r31738 | bweschke | 2006-06-03 10:48:13 -0400 (Sat, 03 Jun 2006) | 3 lines Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/linkedlists.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h
index b3b3dbf98..bef63e0c0 100644
--- a/include/asterisk/linkedlists.h
+++ b/include/asterisk/linkedlists.h
@@ -391,7 +391,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; \