Skip to content

Commit dafd08d

Browse files
committed
Auto merge of #2146 - coolreader18:android-nlimits, r=JohnTitor
Add RLIM_NLIMITS on android
2 parents 2c40088 + b6313ff commit dafd08d

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/android

1 file changed

+1
-0
lines changed

src/unix/linux_like/android/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
12671267
pub const RLIMIT_NICE: ::c_int = 13;
12681268
pub const RLIMIT_RTPRIO: ::c_int = 14;
12691269

1270+
pub const RLIM_NLIMITS: ::c_int = 16;
12701271
pub const RLIM_INFINITY: ::rlim_t = !0;
12711272

12721273
pub const TCGETS: ::c_int = 0x5401;

0 commit comments

Comments
 (0)