mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
sys/queue.h: remove CONFIG_ALLOW_MIT_COMPONENTS
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user