17#ifndef ZEPHYR_INCLUDE_POSIX_SYS_TIME_H_
18#define ZEPHYR_INCLUDE_POSIX_SYS_TIME_H_
20#ifdef CONFIG_NEWLIB_LIBC
25#include <sys/_timeval.h>
36#include <sys/_timeval.h>
long suseconds_t
Microsecond time component type.
int gettimeofday(struct timeval *tv, void *tz)
Get the current time with microsecond resolution.
Time value with microsecond resolution.
suseconds_t tv_usec
Microseconds [0, 999999].
POSIX fundamental types (<sys/types.h>)