zephyr/include/posix
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
..
arpa
net
netinet
sys net: socket: syscall for socketpair(2) 2020-05-10 17:46:43 +02:00
dirent.h
mqueue.h
netdb.h
poll.h
posix_sched.h
posix_types.h include: posix: time: Make possible to include with CONFIG_ARCH_POSIX 2020-03-10 15:04:12 +02:00
pthread.h pthread: add setname/getname glibc extensions 2020-03-10 15:15:34 +02:00
pthread_key.h
semaphore.h
signal.h
time.h lib: posix: clock: Turn clock_gettime into system call 2020-04-17 08:08:37 -04:00
unistd.h