![]() |
Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
|


Go to the source code of this file.
Data Structures | |
| struct | timeval |
| struct | timezone |
Macros | |
| #define | _SYS__TIMESPEC_H_ /* keep newlib from defining struct timespec */ |
Functions | |
| int | gettimeofday (struct timeval *tv, void *tz) |
| int | settimeofday (const struct timeval *tv, const struct timezone *tz) |
| int | utimes (const char *path, const struct timeval times[2]) |
Newlib's own would redefine struct timespec, which time.h already has