This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from 06d0dbc927 esp32c3-devkit-rust-1: Remove not needed -msmall-data-limit=0 compilation flag new aa31648c9f fs: Remove the unused nx_[v]ioctl to prefer file_[v]ioctl for kernel new cf21319d3a fs: Remove the unused nx_poll to prefer file_poll for kernel new b22cc1e2b8 fs: Remove the unused nx_dup to prefer file_dup for kernel new fc1efe2c0b fs: Remove the unused nx_fcntl to prefer file_fcntl for kernel new 19bded4738 fs: Remove the unused nx_pipe to prefer file_pipe for kernel new 6940ca8677 fs: Remove the duplication umount macro The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: drivers/pipes/pipe.c | 28 ++++++------- fs/vfs/fs_dup.c | 40 +++++-------------- fs/vfs/fs_fcntl.c | 81 +++++++------------------------------- fs/vfs/fs_ioctl.c | 73 ++++++++-------------------------- fs/vfs/fs_poll.c | 88 ++++++++++++++++------------------------- fs/vfs/fs_select.c | 35 +++-------------- include/nuttx/fs/fs.h | 94 +++----------------------------------------- include/sys/syscall_lookup.h | 2 +- include/unistd.h | 2 +- libs/libc/libc.csv | 2 - libs/libc/unistd/Make.defs | 4 -- libs/libc/unistd/lib_pipe.c | 70 --------------------------------- libs/libc/unistd/lib_pipe2.c | 71 --------------------------------- syscall/syscall.csv | 2 +- 14 files changed, 98 insertions(+), 494 deletions(-) delete mode 100644 libs/libc/unistd/lib_pipe.c delete mode 100644 libs/libc/unistd/lib_pipe2.c