incubator-nuttx/fs/shm
ouyangxiangzhen 17c51c0667 userspace: Exclude nuttx/arch.h
This patch fixed userspace headers conflict. Architecture-related definition and API should not be exposed to users.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
2024-11-01 16:59:37 +08:00
..
CMakeLists.txt fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS 2024-01-31 08:51:52 -08:00
Kconfig fs/shmfs: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS 2024-01-31 08:51:52 -08:00
Make.defs
shm_open.c fs/shm: support shm_open with flags O_TRUNC 2024-10-31 18:47:51 -03:00
shm_unlink.c fs/inode: using rwsem lock as inode_lock to avoid deadlock 2024-10-02 01:56:46 +08:00
shmfs.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
shmfs.h
shmfs_alloc.c shmfs: Assign a variable when object is not null 2024-10-29 18:11:33 +08:00