aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/linkedlists.h
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 14:49:52 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 14:49:52 +0000
commit64153a769aff5f108d5a53e0c925d29178edd477 (patch)
treeb562184fcd55829263b7ea6e73ec4efbf561ae0c /include/asterisk/linkedlists.h
parentd922ae402a14087c439fadce9cc40a72bb8d0b56 (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: http://svn.digium.com/svn/asterisk/trunk@31739 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/linkedlists.h')
-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; \