nuttx/fs/shm
zhangyu117 d7771b6158 nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Rename atomic_fetch_add/sub/or/and/xor to atomic_add/sub/or/and/xor
to avoid conflicts with the C/C++ standard library naming. The
atomic_fetch_xxx naming is reserved by the standard; keeping it causes
function name conflicts when source files indirectly include both
<nuttx/atomic.h> and <atomic>/<stdatomic.h>.

Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-08-24 13:20:45 +08:00
..
CMakeLists.txt fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Kconfig fs/shm: Add a flag FS_SHMFS_NO_ALIGN to remove SHM alignment 2026-08-18 09:45:40 +02:00
Make.defs fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shm_open.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-08-24 13:20:45 +08:00
shm_unlink.c fs: Move inotify.c from fs/notify/ to fs/vfs/ 2025-06-23 18:17:10 -03:00
shmfs.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
shmfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
shmfs_alloc.c fs/shm: Add a flag FS_SHMFS_NO_ALIGN to remove SHM alignment 2026-08-18 09:45:40 +02:00