mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 11:25:21 +00:00
Unfortunately, Zephyr SDK 0.10.0 ships with outdated Newlib 2.0.0
(from 2015 or earlier) which lacks sys/_timespec.h header, requiring
ugly workaround of defining struct timespec inline (the whole idea
was to standardize on sys/_timespec.h header for different libc's).
This is similar to earlier workaround for struct timeval definition
introduced in
|
||
---|---|---|
.. | ||
sys | ||
dirent.h | ||
mqueue.h | ||
posix_sched.h | ||
posix_types.h | ||
pthread_key.h | ||
pthread.h | ||
semaphore.h | ||
signal.h | ||
time.h | ||
unistd.h |