aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 15:05:26 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 15:05:26 +0000
commite82d7f519a6a1ec5df289bb3e9b7820910dfaec6 (patch)
tree8c33693d811859ea1161f82099cca9408ee1a94e /include
parent02982d559906d3c8ed949fbe18f1792e16eefa88 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@31769 f38db490-d61c-443f-a65b-d21fe96a405b
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 fec406f6e..b91d11778 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; \