zephyr/tests/posix/headers/src
Chris Friedt cfae041834 posix: implement the XSI_SINGLE_PROCESS Option Group
gettimeofday() was already implemented, but incorrectly lumped into
POSIX_TIMERS.

putenv() is really just a wrapper around setenv().

The only one left to implement was gethostid() which was relatively
trivial.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-05-13 22:23:21 -04:00
..
_common.h
_main.c
aio_h.c
arpa_inet_h.c
dirent_h.c
mqueue_h.c
net_if_h.c
netdb_h.c
netinet_in_h.c
netinet_tcp_h.c
poll_h.c
pthread_h.c
sched_h.c
semaphore_h.c
signal_h.c
stropts_h.c
sys_eventfd_h.c
sys_ioctl_h.c
sys_select_h.c
sys_socket_h.c tests: posix: Re-enable -Wunused-value warning 2025-02-06 03:18:25 +01:00
sys_time_h.c posix: implement the XSI_SINGLE_PROCESS Option Group 2025-05-13 22:23:21 -04:00
unistd_h.c