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;
466466pub const POLLWRNORM : :: c_short = 0x100 ;
467467pub const PTHREAD_STACK_MIN : :: size_t = 16384 ;
468468pub const RTLD_GLOBAL : :: c_int = 0x00100 ;
469+ pub const PIDFD_NONBLOCK : :: c_int = 0x800 ;
469470
470471// These are typed unsigned to match sigaction
471472pub 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;
5252pub const O_NDELAY : :: c_int = 0x80 ;
5353
5454pub const SOCK_NONBLOCK : :: c_int = 128 ;
55+ pub const PIDFD_NONBLOCK : :: c_int = 128 ;
5556
5657pub const EDEADLK : :: c_int = 45 ;
5758pub 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;
330330pub const __SIZEOF_PTHREAD_CONDATTR_T: usize = 4 ;
331331pub const __SIZEOF_PTHREAD_RWLOCK_T: usize = 56 ;
332332pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: usize = 8 ;
333+ pub const PIDFD_NONBLOCK : :: c_int = 04000 ;
333334
334335cfg_if ! {
335336 if #[ cfg( target_os = "l4re" ) ] {
You can’t perform that action at this time.
0 commit comments