posix: move ioctl() from fdtable to posix
The ioctl() call should be a part of the _XOPEN_STREAMS Option in posix, so move it there. Create a zephyr-native zvfs_ioctl() in the layer below. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
50fc010f0f
commit
156eaab70e
6 changed files with 31 additions and 17 deletions
|
@ -7,6 +7,7 @@ CONFIG_STD_CPP17=y
|
|||
CONFIG_CPP_EXCEPTIONS=y
|
||||
CONFIG_GLIBCXX_LIBCPP=y
|
||||
CONFIG_POSIX_API=y
|
||||
CONFIG_XOPEN_STREAMS=y
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_SOCKETS=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue