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;
1862
1862
pub const RLIMIT_MEMLOCK : :: c_int = 6 ;
1863
1863
pub const RLIMIT_NPROC : :: c_int = 7 ;
1864
1864
pub const RLIMIT_NOFILE : :: c_int = 8 ;
1865
+ #[ deprecated(
1866
+ since = "0.2.64" ,
1867
+ note = "Not stable across OS versions"
1868
+ ) ]
1865
1869
pub const RLIM_NLIMITS : :: c_int = 9 ;
1866
1870
pub const _RLIMIT_POSIX_FLAG: :: c_int = 0x1000 ;
1867
1871
Original file line number Diff line number Diff line change @@ -451,6 +451,10 @@ pub const ENOMEDIUM: ::c_int = 93;
451
451
pub const EASYNC : :: c_int = 99 ;
452
452
pub const ELAST : :: c_int = 99 ;
453
453
pub const RLIMIT_POSIXLOCKS : :: c_int = 11 ;
454
+ #[ deprecated(
455
+ since = "0.2.64" ,
456
+ note = "Not stable across OS versions"
457
+ ) ]
454
458
pub const RLIM_NLIMITS : :: rlim_t = 12 ;
455
459
456
460
pub 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;
337
337
pub const RLIMIT_SWAP : :: c_int = 12 ;
338
338
pub const RLIMIT_KQUEUES : :: c_int = 13 ;
339
339
pub const RLIMIT_UMTXP : :: c_int = 14 ;
340
+ #[ deprecated(
341
+ since = "0.2.64" ,
342
+ note = "Not stable across OS versions"
343
+ ) ]
340
344
pub const RLIM_NLIMITS : :: rlim_t = 15 ;
341
345
342
346
pub 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;
741
741
pub const MS_SYNC : :: c_int = 0x4 ;
742
742
pub const MS_INVALIDATE : :: c_int = 0x2 ;
743
743
744
+ #[ deprecated(
745
+ since = "0.2.64" ,
746
+ note = "Not stable across OS versions"
747
+ ) ]
744
748
pub const RLIM_NLIMITS : :: c_int = 12 ;
745
749
746
750
pub 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;
757
757
pub const AT_SYMLINK_FOLLOW : :: c_int = 0x04 ;
758
758
pub const AT_REMOVEDIR : :: c_int = 0x08 ;
759
759
760
+ #[ deprecated(
761
+ since = "0.2.64" ,
762
+ note = "Not stable across OS versions"
763
+ ) ]
760
764
pub const RLIM_NLIMITS : :: c_int = 9 ;
761
765
762
766
pub 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;
288
288
pub const RLIMIT_NOFILE : :: c_int = 7 ;
289
289
pub const RLIMIT_NPROC : :: c_int = 6 ;
290
290
pub const RLIMIT_RSS : :: c_int = 5 ;
291
+ #[ deprecated(
292
+ since = "0.2.64" ,
293
+ note = "Not stable across OS versions"
294
+ ) ]
291
295
pub const RLIM_NLIMITS : :: c_int = 16 ;
292
296
pub const SA_ONSTACK : :: c_int = 0x08000000 ;
293
297
pub 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;
1199
1199
pub const RLIMIT_VMEM : :: c_int = 6 ;
1200
1200
pub const RLIMIT_AS : :: c_int = RLIMIT_VMEM ;
1201
1201
1202
+ #[ deprecated(
1203
+ since = "0.2.64" ,
1204
+ note = "Not stable across OS versions"
1205
+ ) ]
1202
1206
pub const RLIM_NLIMITS : rlim_t = 7 ;
1203
1207
pub const RLIM_INFINITY : rlim_t = 0x7fffffff ;
1204
1208
You can’t perform that action at this time.
0 commit comments