fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally...
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
Showing
- binfmt/libelf/libelf_read.c 24 additions, 25 deletionsbinfmt/libelf/libelf_read.c
- binfmt/libnxflat/libnxflat_read.c 9 additions, 6 deletionsbinfmt/libnxflat/libnxflat_read.c
- binfmt/pcode.c 7 additions, 9 deletionsbinfmt/pcode.c
- configs/ea3131/src/lpc31_fillpage.c 3 additions, 2 deletionsconfigs/ea3131/src/lpc31_fillpage.c
- configs/ea3152/src/lpc31_fillpage.c 3 additions, 2 deletionsconfigs/ea3152/src/lpc31_fillpage.c
- configs/nucleo-l452re/src/stm32_adc.c 6 additions, 5 deletionsconfigs/nucleo-l452re/src/stm32_adc.c
- drivers/loop/losetup.c 4 additions, 4 deletionsdrivers/loop/losetup.c
- drivers/mtd/filemtd.c 6 additions, 6 deletionsdrivers/mtd/filemtd.c
- drivers/wireless/cc3000/cc3000drv.c 2 additions, 1 deletiondrivers/wireless/cc3000/cc3000drv.c
- fs/mmap/fs_rammap.c 8 additions, 20 deletionsfs/mmap/fs_rammap.c
- fs/vfs/fs_read.c 70 additions, 40 deletionsfs/vfs/fs_read.c
- include/nuttx/fs/fs.h 41 additions, 3 deletionsinclude/nuttx/fs/fs.h
- libc/misc/lib_sendfile.c 8 additions, 3 deletionslibc/misc/lib_sendfile.c
- libc/modlib/modlib_read.c 3 additions, 2 deletionslibc/modlib/modlib_read.c
- libc/stdio/lib_libfread.c 11 additions, 7 deletionslibc/stdio/lib_libfread.c
- libc/stdio/lib_rawinstream.c 6 additions, 2 deletionslibc/stdio/lib_rawinstream.c
- libc/stdio/lib_rawsistream.c 5 additions, 1 deletionlibc/stdio/lib_rawsistream.c
- libc/time/lib_localtime.c 7 additions, 4 deletionslibc/time/lib_localtime.c
Loading
Please register or sign in to comment