incubator-nuttx/libs/libc/queue
Xiang Xiao 40ef5bc6db libc: Move queue.h from include to include/nuttx
to avoid the conflict with libuv's queue.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-09-26 08:04:58 +02:00
..
Make.defs queue: add dq_rmafter support 2022-09-08 15:03:54 +02:00
dq_addafter.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
dq_count.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
dq_remafter.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
dq_remfirst.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
dq_remlast.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sq_addafter.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sq_count.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sq_remafter.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sq_remfirst.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sq_remlast.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00