Closed
Description
PIDFD_NONBLOCK
is an alias for O_NONBLOCK
used with pidfd_open
.
It is missing from all the musl
toolchains.
These toolchains do however have SYS_pidfd_open
which would suggest they should have this value.
PIDFD_NONBLOCK
is an alias for O_NONBLOCK
used with pidfd_open
.
It is missing from all the musl
toolchains.
These toolchains do however have SYS_pidfd_open
which would suggest they should have this value.
Activity
pidfd_getfd
,pid_open
andpidfd_send_signal
nix-rust/nix#1868linux musl adding `PIDFD_NONBLOCK` constant.
PIDFD_NONBLOCK
constant. #3003linux musl adding `PIDFD_NONBLOCK` constant.
Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor
linux musl adding `PIDFD_NONBLOCK` constant.
Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor
linux musl adding `PIDFD_NONBLOCK` constant.
Auto merge of #3003 - devnexen:musl_pidfd_nonblock, r=JohnTitor
linux musl adding `PIDFD_NONBLOCK` constant.