zephyr/include/posix/sys
Christopher Friedt 09f957c47a net: socket: syscall for socketpair(2)
Working:

* non-blocking reads / writes
* blocking reads / writes
* send(2) / recv(2) / sendto(2) / recvfrom(2) / sendmsg(2)
* select(2)
* poll(2)

Fixes #24366

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2020-05-10 17:46:43 +02:00
..
eventfd.h
ioctl.h
select.h include: posix: Add <sys/select.h> header for POSIX subsystem 2020-05-08 11:16:31 +03:00
socket.h net: socket: syscall for socketpair(2) 2020-05-10 17:46:43 +02:00
time.h