aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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; \