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 65793f2 commit 802af9bCopy full SHA for 802af9b
src/unix/haiku/mod.rs
@@ -741,6 +741,7 @@ pub const RLIMIT_AS: ::c_int = 6;
741
pub const RLIM_INFINITY: ::rlim_t = 0xffffffff;
742
// Haiku specific
743
pub const RLIMIT_NOVMON: ::c_int = 7;
744
+#[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
745
pub const RLIM_NLIMITS: ::c_int = 8;
746
747
pub const RUSAGE_SELF: ::c_int = 0;
src/unix/nto/mod.rs
@@ -2557,6 +2557,7 @@ pub const RLIMIT_NPROC: ::c_int = 8;
2557
pub const RLIMIT_RSS: ::c_int = 6;
2558
pub const RLIMIT_STACK: ::c_int = 3;
2559
pub const RLIMIT_VMEM: ::c_int = 6;
2560
2561
pub const RLIM_NLIMITS: ::c_int = 14;
2562
2563
pub const SCHED_ADJTOHEAD: ::c_int = 5;
0 commit comments