summaryrefslogtreecommitdiff
path: root/include/mpw/sys/resource.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
committerYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
commitbe8b04496302184c6e8f04d6179f9c3afc50aeb6 (patch)
tree726e2468c0c07add773c0dbd86ab6386844259ae /include/mpw/sys/resource.h
initial commit
Diffstat (limited to 'include/mpw/sys/resource.h')
-rwxr-xr-xinclude/mpw/sys/resource.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/mpw/sys/resource.h b/include/mpw/sys/resource.h
new file mode 100755
index 0000000..d39439d
--- /dev/null
+++ b/include/mpw/sys/resource.h
@@ -0,0 +1,9 @@
+#ifndef __SYS_RESOURCE_H__
+#define __SYS_RESOURCE_H__
+
+struct rusage {
+ struct timeval ru_utime;
+ struct timeval ru_stime;
+};
+
+#endif /* __SYS_RESOURCE_H__ */