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.
1 parent 5fefaf6 commit 03f2986Copy full SHA for 03f2986
src/unix/haiku/mod.rs
@@ -549,6 +549,7 @@ pub const RLIMIT_FSIZE: ::c_int = 3;
549
pub const RLIMIT_NOFILE: ::c_int = 4;
550
pub const RLIMIT_STACK: ::c_int = 5;
551
pub const RLIMIT_AS: ::c_int = 6;
552
+pub const RLIM_INFINITY: ::c_ulong = 0xffffffff;
553
// Haiku specific
554
pub const RLIMIT_NOVMON: ::c_int = 7;
555
pub const RLIM_NLIMITS: ::c_int = 8;
0 commit comments