diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:08:03 +0100 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-19 17:08:03 +0100 |
commit | d50b93322d50992c19e03443ee11e881a8d52562 (patch) | |
tree | b9ec592f15517cfa8f98ac27a72ff125e719a5e4 /system | |
parent | cfd19d81ec47cfe593e07f4eb977a132f118f5ce (diff) |
resource.h additions
Diffstat (limited to 'system')
-rw-r--r-- | system/include/libc/sys/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/resource.h b/system/include/libc/sys/resource.h index f39dcb33..abcfd34d 100644 --- a/system/include/libc/sys/resource.h +++ b/system/include/libc/sys/resource.h @@ -27,6 +27,7 @@ struct rusage { }; /* XXX Emscripten */ +#define PRIO_PROCESS 0 int getrusage(int who, struct rusage *r_usage); /* XXX Emscripten */ |