File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ cfg_if! {
277
277
pub const RLIMIT_NICE : :: c_int = 13 ;
278
278
pub const RLIMIT_RTPRIO : :: c_int = 14 ;
279
279
pub const RLIMIT_RTTIME : :: c_int = 15 ;
280
+ #[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
280
281
pub const RLIM_NLIMITS : :: c_int = 15 ;
281
282
pub const RLIMIT_NLIMITS : :: c_int = RLIM_NLIMITS ;
282
283
}
Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ pub const PF_FILE: ::c_int = 1;
265
265
pub const PF_KCM : :: c_int = 41 ;
266
266
pub const PF_MAX : :: c_int = 43 ;
267
267
pub const PF_QIPCRTR : :: c_int = 42 ;
268
- #[ deprecated( since = "0.2.64" , note = "Not stable across OS versions" ) ]
269
268
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
270
269
pub const SA_SIGINFO : :: c_int = 0x00000004 ;
271
270
pub const SA_NOCLDWAIT : :: c_int = 0x00000002 ;
You can’t perform that action at this time.
0 commit comments