zephyr/subsys/net/lib/config
Chris Friedt 03db50b79d net: remove dependency on posix for iso c time() function
The ISO C function time() should not depend on POSIX and this was
corrected recently via the common libc time() implementation.

Remove this dependency from the network subsystem where it has
been unduly needed for some time.

Similarly, XSI_SINGLE_PROCESS was a dependency for time() via
picolibc, because the time() implementation in picolibc relies
on the POSIX gettimeofday() call.

However, since Zephyr's common libc time() implementation no longer
depends on that, it can be removed as a dependency in the network
subsystem as well.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 14:18:52 +02:00
..
CMakeLists.txt
ieee802154_settings.c
ieee802154_settings.h
init_clock_sntp.c net: remove dependency on posix for iso c time() function 2025-06-24 14:18:52 +02:00
init.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
Kconfig net: remove dependency on posix for iso c time() function 2025-06-24 14:18:52 +02:00