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.
RLIM_INFINITY
1 parent ff63cb5 commit 3166091Copy full SHA for 3166091
src/unix/linux_like/android/mod.rs
@@ -1099,6 +1099,8 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
1099
pub const RLIMIT_NICE: ::c_int = 13;
1100
pub const RLIMIT_RTPRIO: ::c_int = 14;
1101
1102
+pub const RLIM_INFINITY: ::rlim_t = !0;
1103
+
1104
pub const TCGETS: ::c_int = 0x5401;
1105
pub const TCSETS: ::c_int = 0x5402;
1106
pub const TCSETSW: ::c_int = 0x5403;
0 commit comments