shithub: scc

ref: 355f73cb919d009d7527b5083ae8341f0ceea97d
dir: /src/libc/arch/posix/time.h/

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