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>
This commit is contained in:
Xiang Xiao
2022-09-25 23:08:38 +08:00
committed by Petro Karashchenko
parent 8b3a936588
commit 40ef5bc6db
158 changed files with 150 additions and 176 deletions
+1 -1
View File
@@ -27,10 +27,10 @@
#include <sys/types.h>
#include <time.h>
#include <queue.h>
#include <errno.h>
#include <nuttx/irq.h>
#include <nuttx/queue.h>
#include "timer/timer.h"