Add RLIM_NLIMITS on android

This commit is contained in:
Noah 2021-04-16 16:28:02 -05:00
parent 2c40088cce
commit b6313ff6e3
No known key found for this signature in database
GPG Key ID: E8C14146AE337195
1 changed files with 1 additions and 0 deletions

View File

@ -1267,6 +1267,7 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
pub const RLIMIT_NICE: ::c_int = 13;
pub const RLIMIT_RTPRIO: ::c_int = 14;
pub const RLIM_NLIMITS: ::c_int = 16;
pub const RLIM_INFINITY: ::rlim_t = !0;
pub const TCGETS: ::c_int = 0x5401;