This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 56bcc3bb12 sched/signal: Add ifdef macro to reduce the bss size.
add 4cec713dbf fs_inode:Change the type of i_crefs to atomic_int
add 03f215b374 nuttx/atomic.h:fix Fixed the pragma of ATOMIC_VAR_INIT in
clang
add 76e83a5424 arch_atomic.c:Provide __sync_synchronize when the compiler
does not support it
add ab4d72756e arch/samd2l2:Ignore atomic warning when using clang compiler
No new revisions were added by this update.
Summary of changes:
arch/arm/src/cmake/Toolchain.cmake | 2 ++
arch/arm/src/common/Toolchain.defs | 2 ++
arch/arm/src/cxd56xx/cxd56_sph.c | 2 +-
arch/arm/src/cxd56xx/cxd56_uart0.c | 4 ++--
drivers/serial/pty.c | 2 +-
fs/inode/fs_inodeaddref.c | 7 +------
fs/inode/fs_inodefind.c | 2 +-
fs/inode/fs_inoderelease.c | 37 +------------------------------------
fs/inode/fs_inoderemove.c | 4 ++--
fs/inode/fs_inodereserve.c | 2 +-
fs/mount/fs_mount.c | 4 ++--
fs/mount/fs_umount2.c | 3 +--
fs/mqueue/mq_open.c | 4 ++--
fs/mqueue/mq_unlink.c | 2 +-
fs/semaphore/sem_close.c | 27 +--------------------------
fs/semaphore/sem_open.c | 2 +-
fs/shm/shm_open.c | 2 +-
fs/shm/shmfs.c | 31 ++++++++-----------------------
fs/vfs/fs_dir.c | 4 ++--
fs/vfs/fs_pseudofile.c | 23 ++++++++---------------
include/nuttx/fs/fs.h | 3 ++-
libs/libc/machine/arch_atomic.c | 10 ++++------
22 files changed, 47 insertions(+), 132 deletions(-)