17#ifndef ZEPHYR_INCLUDE_POSIX_SYS_TIME_H_
18#define ZEPHYR_INCLUDE_POSIX_SYS_TIME_H_
26#if !defined(_TIMEVAL_DECLARED) && !defined(__timeval_defined)
31#define _TIMEVAL_DECLARED
32#define __timeval_defined
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>)