File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed
linux_like/linux/musl/b32 Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -1862,6 +1862,10 @@ pub const RLIMIT_RSS: ::c_int = RLIMIT_AS;
18621862pub const RLIMIT_MEMLOCK : :: c_int = 6 ;
18631863pub const RLIMIT_NPROC : :: c_int = 7 ;
18641864pub const RLIMIT_NOFILE : :: c_int = 8 ;
1865+ #[ deprecated(
1866+ since = "0.2.64" ,
1867+ note = "Not stable across OS versions"
1868+ ) ]
18651869pub const RLIM_NLIMITS : :: c_int = 9 ;
18661870pub const _RLIMIT_POSIX_FLAG: :: c_int = 0x1000 ;
18671871
Original file line number Diff line number Diff line change @@ -451,6 +451,10 @@ pub const ENOMEDIUM: ::c_int = 93;
451451pub const EASYNC : :: c_int = 99 ;
452452pub const ELAST : :: c_int = 99 ;
453453pub const RLIMIT_POSIXLOCKS : :: c_int = 11 ;
454+ #[ deprecated(
455+ since = "0.2.64" ,
456+ note = "Not stable across OS versions"
457+ ) ]
454458pub const RLIM_NLIMITS : :: rlim_t = 12 ;
455459
456460pub const Q_GETQUOTA : :: c_int = 0x300 ;
Original file line number Diff line number Diff line change @@ -337,6 +337,10 @@ pub const RLIMIT_NPTS: ::c_int = 11;
337337pub const RLIMIT_SWAP : :: c_int = 12 ;
338338pub const RLIMIT_KQUEUES : :: c_int = 13 ;
339339pub const RLIMIT_UMTXP : :: c_int = 14 ;
340+ #[ deprecated(
341+ since = "0.2.64" ,
342+ note = "Not stable across OS versions"
343+ ) ]
340344pub const RLIM_NLIMITS : :: rlim_t = 15 ;
341345
342346pub const Q_GETQUOTA : :: c_int = 0x700 ;
Original file line number Diff line number Diff line change @@ -741,6 +741,10 @@ pub const O_RSYNC : ::c_int = 0x00020000;
741741pub const MS_SYNC : :: c_int = 0x4 ;
742742pub const MS_INVALIDATE : :: c_int = 0x2 ;
743743
744+ #[ deprecated(
745+ since = "0.2.64" ,
746+ note = "Not stable across OS versions"
747+ ) ]
744748pub const RLIM_NLIMITS : :: c_int = 12 ;
745749
746750pub const EIDRM : :: c_int = 82 ;
Original file line number Diff line number Diff line change @@ -757,6 +757,10 @@ pub const AT_SYMLINK_NOFOLLOW: ::c_int = 0x02;
757757pub const AT_SYMLINK_FOLLOW : :: c_int = 0x04 ;
758758pub const AT_REMOVEDIR : :: c_int = 0x08 ;
759759
760+ #[ deprecated(
761+ since = "0.2.64" ,
762+ note = "Not stable across OS versions"
763+ ) ]
760764pub const RLIM_NLIMITS : :: c_int = 9 ;
761765
762766pub const SO_TIMESTAMP : :: c_int = 0x0800 ;
Original file line number Diff line number Diff line change @@ -288,6 +288,10 @@ pub const RLIMIT_MEMLOCK: ::c_int = 8;
288288pub const RLIMIT_NOFILE : :: c_int = 7 ;
289289pub const RLIMIT_NPROC : :: c_int = 6 ;
290290pub const RLIMIT_RSS : :: c_int = 5 ;
291+ #[ deprecated(
292+ since = "0.2.64" ,
293+ note = "Not stable across OS versions"
294+ ) ]
291295pub const RLIM_NLIMITS : :: c_int = 16 ;
292296pub const SA_ONSTACK : :: c_int = 0x08000000 ;
293297pub const SA_SIGINFO : :: c_int = 0x00000004 ;
Original file line number Diff line number Diff line change @@ -1199,6 +1199,10 @@ pub const RLIMIT_NOFILE: ::c_int = 5;
11991199pub const RLIMIT_VMEM : :: c_int = 6 ;
12001200pub const RLIMIT_AS : :: c_int = RLIMIT_VMEM ;
12011201
1202+ #[ deprecated(
1203+ since = "0.2.64" ,
1204+ note = "Not stable across OS versions"
1205+ ) ]
12021206pub const RLIM_NLIMITS : rlim_t = 7 ;
12031207pub const RLIM_INFINITY : rlim_t = 0x7fffffff ;
12041208
You can’t perform that action at this time.
0 commit comments