shithub: scc

ref: 39d95c720cdc1e9af291f81689208fcf599a023d
dir: /src/libc/arch/posix/time.h/

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