summaryrefslogtreecommitdiff
path: root/src/sys/resource/struct_rusage.h
blob: 55141b1f365decec66beaf206d107d3c493f57c3 (plain)
1
2
3
4
5
6
7
8
9
10
#include <sys/resource.h>

struct rusage {
	struct timeval ru_utime;
	struct timeval ru_stime;
};

/*
XOPEN(400)
*/