Add RLIM_INFINITY
definition for Android
This commit is contained in:
parent
ff63cb5178
commit
3166091b00
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user