include:add sys/queue.h support form openbsd

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao
2022-08-09 15:36:26 +08:00
committed by Xiang Xiao
parent 607ef3426a
commit beb9144141
3 changed files with 883 additions and 0 deletions
+6
View File
@@ -853,6 +853,12 @@ config DEBUG_LIB_INFO
---help---
Enable C library informational output to SYSLOG.
config DEBUG_SYS_QUEUE
bool "Queue Debug option"
default n
---help---
Enable sys queue debug.
endif # DEBUG_LIB
config DEBUG_MM