Squashed commit of the following:
psock_close() and net_close() are internal OS functions and should not set the errno variable. psock_ioctl() and netdev_ioctl() are internal OS functions and should not set the errno variable. net_dupsd() and net_dupsd2() are internal OS functions and should not set the errno variable. net/ and fs/: net_vfcntl(), file_fcntl(), file_dup(), and file_dup2() are all internal OS interfaces and should not modify the errno value.
Showing
- fs/aio/aio_write.c 2 additions, 3 deletionsfs/aio/aio_write.c
- fs/inode/fs_files.c 12 additions, 10 deletionsfs/inode/fs_files.c
- fs/vfs/fs_close.c 6 additions, 0 deletionsfs/vfs/fs_close.c
- fs/vfs/fs_dup.c 12 additions, 4 deletionsfs/vfs/fs_dup.c
- fs/vfs/fs_dup2.c 19 additions, 6 deletionsfs/vfs/fs_dup2.c
- fs/vfs/fs_dupfd.c 23 additions, 8 deletionsfs/vfs/fs_dupfd.c
- fs/vfs/fs_dupfd2.c 14 additions, 1 deletionfs/vfs/fs_dupfd2.c
- fs/vfs/fs_fcntl.c 49 additions, 21 deletionsfs/vfs/fs_fcntl.c
- fs/vfs/fs_ioctl.c 8 additions, 1 deletionfs/vfs/fs_ioctl.c
- include/nuttx/fs/fs.h 41 additions, 2 deletionsinclude/nuttx/fs/fs.h
- include/nuttx/net/net.h 18 additions, 12 deletionsinclude/nuttx/net/net.h
- net/netdev/netdev_ioctl.c 6 additions, 18 deletionsnet/netdev/netdev_ioctl.c
- net/socket/net_close.c 7 additions, 12 deletionsnet/socket/net_close.c
- net/socket/net_dupsd.c 14 additions, 11 deletionsnet/socket/net_dupsd.c
- net/socket/net_dupsd2.c 9 additions, 13 deletionsnet/socket/net_dupsd2.c
- net/socket/net_sendfile.c 0 additions, 2 deletionsnet/socket/net_sendfile.c
- net/socket/net_vfcntl.c 11 additions, 20 deletionsnet/socket/net_vfcntl.c
- net/socket/socket.h 0 additions, 36 deletionsnet/socket/socket.h
Loading
Please register or sign in to comment