shithub: scc

ref: 71e7972a9bb2ccabbc85d51b0082e0110fd07b42
dir: /src/libc/arch/posix/time.h/

View raw version
struct timeval {
	time_t tv_sec;
	__suseconds_t tv_usec;
};