mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <semaphore.h>
|
||||
#include <nuttx/semaphore.h>
|
||||
|
||||
#ifdef CONFIG_FS_RAMMAP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user