zephyr/subsys/net/lib/sockets
Chris Friedt c093678784 net: sockets: fix fcntl.h usage
If we are using `CONFIG_ARCH_POSIX`, then include
`<fcntl.h>`. Otherwise, include `<zephyr/posix/fcntl.h>`
since there are no requirements to use `CONFIG_POSIX_API`
internally.

Signed-off-by: Chris Friedt <cfriedt@meta.com>
2023-02-08 19:04:25 +09:00
..
CMakeLists.txt
getaddrinfo.c net: lib: sockets: support IPv6-only use case with AF_UNSPEC 2023-01-03 11:03:25 +01:00
getnameinfo.c
Kconfig net: lib: sockets: improve scalability through a hidden var 2022-09-05 14:35:17 +00:00
socket_dispatcher.c
socket_offload.c
socketpair.c net: sockets: socketpair: header fixups 2023-02-08 19:04:25 +09:00
sockets_can.c net: sockets: fix fcntl.h usage 2023-02-08 19:04:25 +09:00
sockets_internal.h net: sockets: Prevent compiler error if warnings being treated as errors 2022-11-09 09:15:32 +00:00
sockets_misc.c
sockets_net_mgmt.c net: sockets: fix fcntl.h usage 2023-02-08 19:04:25 +09:00
sockets_packet.c net: sockets: fix fcntl.h usage 2023-02-08 19:04:25 +09:00
sockets_select.c
sockets_tls.c net: sockets: fix fcntl.h usage 2023-02-08 19:04:25 +09:00
sockets.c net: sockets: conditionally include zephyr/posix/fcntl.h 2023-01-23 09:57:31 -08:00