zephyr/lib
Kumar Gala 4fb265657d libc: newlibc: Implement dummy _gettimeofday to link
With the change in SDK 0.11.1 to newlib to remove
-DMISSING_SYSCALL_NAMES we now need to implement a version of
_gettimeofday.  Previously with pre SDK 0.11.1 we had a recursive mess
of _gettimeofday_r -> gettimeofday -> _gettimeofday_r.  (which are all
implemented in newlib and thus we didn't get a link error).

With SDK 0.11.1 we have: _gettimeofday_r -> _gettimeofday.  And we
should provide a version of _gettimeofday.

Fixes #22484

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-02-05 20:47:41 +01:00
..
cmsis_rtos_v1 kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
cmsis_rtos_v2 kernel/sys_clock.h: Deprecate and convert uses of old conversions 2019-11-08 11:08:58 +01:00
gui gui: Add support for lvgl touch input device 2020-02-01 08:50:16 -05:00
libc libc: newlibc: Implement dummy _gettimeofday to link 2020-02-05 20:47:41 +01:00
os lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
posix global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
updatehub net: sockets: tls: Add missing symbols for a few options 2020-01-20 09:58:23 +02:00
CMakeLists.txt libc: Added Kconfig choice to select C library 2019-11-01 14:18:36 +01:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00