shithub: scc

ref: 9b5957bd25a646d1091173fa473395756fc1e77f
dir: /src/libc/arch/posix/time.h/

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