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 242127556c Documentation: Add "High Performance, Zero Latency
Interrupts"
add 90387a5b41 libc/misc: add fdsan module
add 81bdb97536 libc/misc: add fdsan api doc
No new revisions were added by this update.
Summary of changes:
Documentation/reference/user/10_filesystem.rst | 56 +++++++
fs/inode/fs_files.c | 8 +
fs/vfs/fs_ioctl.c | 17 ++
include/android/fdsan.h | 190 +++++++++++++++++++++++
include/nuttx/fs/fs.h | 3 +
include/nuttx/fs/ioctl.h | 12 ++
libs/libc/dirent/lib_closedir.c | 15 ++
libs/libc/dirent/lib_opendir.c | 12 ++
libs/libc/misc/Kconfig | 6 +
libs/libc/misc/Make.defs | 6 +
libs/libc/misc/lib_fdsan.c | 206 +++++++++++++++++++++++++
libs/libc/stdio/lib_fclose.c | 11 ++
libs/libc/stdio/lib_fopen.c | 10 ++
13 files changed, 552 insertions(+)
create mode 100644 include/android/fdsan.h
create mode 100644 libs/libc/misc/lib_fdsan.c