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 66c61d4 imxrt: userleds: Teensy 4.x board LED is active high new 19e7963 vfs: Forward fcntl(F_SETFD...) to ioctl(FIOCLEX|FIONCLEX...) new b2c86f8 net: Remove psock_fcntl related code new b3b48a6 fs/aio: Don't include include/nuttx/net/net.h The 3 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: fs/aio/aio.h | 1 - fs/aio/aio_read.c | 1 - fs/aio/aioc_contain.c | 1 - fs/vfs/fs_fcntl.c | 22 +--- fs/vfs/fs_ioctl.c | 8 +- include/fcntl.h | 2 +- include/nuttx/net/net.h | 40 -------- net/netdev/netdev_ioctl.c | 79 +++++++++++++- net/socket/Make.defs | 8 +- net/socket/net_vfcntl.c | 256 ---------------------------------------------- 10 files changed, 87 insertions(+), 331 deletions(-) delete mode 100644 net/socket/net_vfcntl.c