shithub: scc

ref: 26ec24167f2d789373c64a0b3440628f0337cdc3
dir: /src/libc/arch/posix/time.h/

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