shithub: scc

ref: 2f307820bc3dab666974d065749aef367982f420
dir: /src/libc/arch/posix/time.h/

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