shithub: scc

ref: 829833bcfdb0f780537568a12041c83533401220
dir: /src/libc/arch/posix/time.h/

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