We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e8b3f commit 5f28e11Copy full SHA for 5f28e11
src/unix/linux_like/android/mod.rs
@@ -1116,6 +1116,11 @@ pub const RLIMIT_FSIZE: ::c_int = 1;
1116
pub const RLIMIT_DATA: ::c_int = 2;
1117
pub const RLIMIT_STACK: ::c_int = 3;
1118
pub const RLIMIT_CORE: ::c_int = 4;
1119
+pub const RLIMIT_RSS: ::c_int = 5;
1120
+pub const RLIMIT_NPROC: ::c_int = 6;
1121
+pub const RLIMIT_NOFILE: ::c_int = 7;
1122
+pub const RLIMIT_MEMLOCK: ::c_int = 8;
1123
+pub const RLIMIT_AS: ::c_int = 9;
1124
pub const RLIMIT_LOCKS: ::c_int = 10;
1125
pub const RLIMIT_SIGPENDING: ::c_int = 11;
1126
pub const RLIMIT_MSGQUEUE: ::c_int = 12;
0 commit comments