Adds OS internal function nx_write() which is functionally equivalent to...
Adds OS internal function nx_write() which is functionally equivalent to write() except that it does not set the errno variable and do not cause cancellation points.
Showing
- drivers/loop/losetup.c 6 additions, 5 deletionsdrivers/loop/losetup.c
- drivers/mtd/filemtd.c 6 additions, 5 deletionsdrivers/mtd/filemtd.c
- drivers/wireless/cc3000/cc3000drv.c 5 additions, 1 deletiondrivers/wireless/cc3000/cc3000drv.c
- fs/vfs/fs_write.c 104 additions, 66 deletionsfs/vfs/fs_write.c
- include/nuttx/fs/fs.h 34 additions, 5 deletionsinclude/nuttx/fs/fs.h
- include/nuttx/net/net.h 4 additions, 4 deletionsinclude/nuttx/net/net.h
- libc/misc/lib_sendfile.c 7 additions, 18 deletionslibc/misc/lib_sendfile.c
- libc/netdb/lib_dnsquery.c 2 additions, 2 deletionslibc/netdb/lib_dnsquery.c
- libc/stdio/lib_fwrite.c 2 additions, 1 deletionlibc/stdio/lib_fwrite.c
- libc/stdio/lib_libfflush.c 2 additions, 2 deletionslibc/stdio/lib_libfflush.c
- libc/stdio/lib_libfwrite.c 13 additions, 2 deletionslibc/stdio/lib_libfwrite.c
- libc/stdio/lib_rawoutstream.c 10 additions, 4 deletionslibc/stdio/lib_rawoutstream.c
- libc/stdio/lib_rawsostream.c 8 additions, 4 deletionslibc/stdio/lib_rawsostream.c
- net/local/local_sendpacket.c 8 additions, 8 deletionsnet/local/local_sendpacket.c
Loading
Please register or sign in to comment