Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions include/sys/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
#include <nuttx/config.h>
#include <stdint.h>

#ifdef CONFIG_ALLOW_BSD_COMPONENTS

/* This file defines five types of data structures: singly-linked lists,
* lists, simple queues, tail queues and XOR simple queues.
*
Expand Down Expand Up @@ -844,5 +842,4 @@
((FAR struct type *)(FAR void *) \
((FAR char *)((head)->stqh_last) - offsetof(struct type, field))))

#endif /* CONFIG_ALLOW_BSD_COMPONENTS */
#endif /* __INCLUDE_SYS_QUEUE_H */