Add RLIM_INFINITY definition for Android

This commit is contained in:
Edward Shin 2019-10-06 18:30:22 -04:00 committed by Edward Shin
parent ff63cb5178
commit 3166091b00

View File

@ -1099,6 +1099,8 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
pub const RLIMIT_NICE: ::c_int = 13;
pub const RLIMIT_RTPRIO: ::c_int = 14;
pub const RLIM_INFINITY: ::rlim_t = !0;
pub const TCGETS: ::c_int = 0x5401;
pub const TCSETS: ::c_int = 0x5402;
pub const TCSETSW: ::c_int = 0x5403;