aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/resource.h')
-rw-r--r--system/include/libc/sys/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/sys/resource.h b/system/include/libc/sys/resource.h
index 0cfbcf44..22ff2f3b 100644
--- a/system/include/libc/sys/resource.h
+++ b/system/include/libc/sys/resource.h
@@ -16,7 +16,7 @@ extern "C" {
#include <bits/alltypes.h>
-typedef unsigned long long rlim_t;
+typedef unsigned long rlim_t;
struct rlimit
{