File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/unix/linux_like/linux/uclibc Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -466,6 +466,7 @@ pub const POLLWRBAND: ::c_short = 0x200;
466
466
pub const POLLWRNORM : :: c_short = 0x100 ;
467
467
pub const PTHREAD_STACK_MIN : :: size_t = 16384 ;
468
468
pub const RTLD_GLOBAL : :: c_int = 0x00100 ;
469
+ pub const PIDFD_NONBLOCK : :: c_int = 0x800 ;
469
470
470
471
// These are typed unsigned to match sigaction
471
472
pub const SA_NOCLDSTOP : :: c_ulong = 0x1 ;
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ pub const O_ASYNC: ::c_int = 0x1000;
52
52
pub const O_NDELAY : :: c_int = 0x80 ;
53
53
54
54
pub const SOCK_NONBLOCK : :: c_int = 128 ;
55
+ pub const PIDFD_NONBLOCK : :: c_int = 128 ;
55
56
56
57
pub const EDEADLK : :: c_int = 45 ;
57
58
pub const ENAMETOOLONG : :: c_int = 78 ;
Original file line number Diff line number Diff line change @@ -330,6 +330,7 @@ pub const __SIZEOF_PTHREAD_COND_T: usize = 48;
330
330
pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4 ;
331
331
pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56 ;
332
332
pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8 ;
333
+ pub const PIDFD_NONBLOCK : :: c_int = 04000 ;
333
334
334
335
cfg_if ! {
335
336
if #[ cfg( target_os = "l4re" ) ] {
You can’t perform that action at this time.
0 commit comments