shithub: scc

ref: 582337f4ec80f5afcbcbf77965865afb9042a25a
dir: /src/libc/arch/posix/time.h/

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