File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -741,6 +741,7 @@ pub const RLIMIT_AS: ::c_int = 6;
741
741
pub const RLIM_INFINITY : :: rlim_t = 0xffffffff ;
742
742
// Haiku specific
743
743
pub const RLIMIT_NOVMON : :: c_int = 7 ;
744
+ #[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
744
745
pub const RLIM_NLIMITS : :: c_int = 8 ;
745
746
746
747
pub const RUSAGE_SELF : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -2557,6 +2557,7 @@ pub const RLIMIT_NPROC: ::c_int = 8;
2557
2557
pub const RLIMIT_RSS : :: c_int = 6 ;
2558
2558
pub const RLIMIT_STACK : :: c_int = 3 ;
2559
2559
pub const RLIMIT_VMEM : :: c_int = 6 ;
2560
+ #[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
2560
2561
pub const RLIM_NLIMITS : :: c_int = 14 ;
2561
2562
2562
2563
pub const SCHED_ADJTOHEAD : :: c_int = 5 ;
You can’t perform that action at this time.
0 commit comments