shithub: scc

ref: 02bbb44a56212188031129423a670ffec1554ed5
dir: /src/libc/arch/posix/time.h/

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