tvadd
tvadd(&ru->ru_utime, &ru2->ru_utime);
tvadd(&ru->ru_stime, &ru2->ru_stime);
void tvadd(struct timeval *tsum, struct timeval *t0);