File tree Expand file tree Collapse file tree 6 files changed +5
-2
lines changed
src/unix/linux_like/linux/gnu Expand file tree Collapse file tree 6 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 150
150
}
151
151
}
152
152
153
+ pub const RLIM_INFINITY : :: rlim_t = !0 ;
153
154
pub const VEOF : usize = 4 ;
154
155
pub const RTLD_DEEPBIND : :: c_int = 0x8 ;
155
156
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
Original file line number Diff line number Diff line change @@ -516,6 +516,7 @@ pub const O_DIRECT: ::c_int = 0x8000;
516
516
pub const O_DIRECTORY : :: c_int = 0x10000 ;
517
517
pub const O_NOFOLLOW : :: c_int = 0x20000 ;
518
518
519
+ pub const RLIM_INFINITY : :: rlim_t = 0x7fffffff ;
519
520
pub const RLIMIT_NOFILE : :: __rlimit_resource_t = 5 ;
520
521
pub const RLIMIT_AS : :: __rlimit_resource_t = 6 ;
521
522
pub const RLIMIT_RSS : :: __rlimit_resource_t = 7 ;
Original file line number Diff line number Diff line change 139
139
}
140
140
}
141
141
142
+ pub const RLIM_INFINITY : :: rlim_t = !0 ;
142
143
pub const VEOF : usize = 4 ;
143
144
pub const RTLD_DEEPBIND : :: c_int = 0x8 ;
144
145
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ cfg_if! {
351
351
}
352
352
}
353
353
354
+ pub const RLIM_INFINITY : :: rlim_t = !0 ;
354
355
pub const VEOF : usize = 4 ;
355
356
pub const RTLD_DEEPBIND : :: c_int = 0x8 ;
356
357
pub const RTLD_GLOBAL : :: c_int = 0x100 ;
Original file line number Diff line number Diff line change 54
54
55
55
}
56
56
57
+ pub const RLIM_INFINITY : :: rlim_t = !0 ;
57
58
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8 ;
58
59
59
60
pub const O_LARGEFILE : :: c_int = 0 ;
Original file line number Diff line number Diff line change @@ -375,8 +375,6 @@ pub const USER_PROCESS: ::c_short = 7;
375
375
pub const DEAD_PROCESS : :: c_short = 8 ;
376
376
pub const ACCOUNTING : :: c_short = 9 ;
377
377
378
- pub const RLIM_INFINITY : :: rlim_t = !0 ;
379
-
380
378
pub const SOCK_NONBLOCK : :: c_int = O_NONBLOCK ;
381
379
382
380
pub const SOL_RXRPC : :: c_int = 272 ;
You can’t perform that action at this time.
0 commit comments