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> |
||
|---|---|---|
| .. | ||
| cmsis_rtos_v1 | ||
| cmsis_rtos_v2 | ||
| gui | ||
| libc | ||
| os | ||
| posix | ||
| updatehub | ||
| CMakeLists.txt | ||
| Kconfig | ||