Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
vendor
/
rustix-0.36.5
/
src
/
backend
/
libc
/
process
/
wait.rs
blob: 6de79955d0a5dafed9f9459f5aad01958fcadb01 [
file
] [
log
] [
blame
]
use
super
::
super
::
c
;
pub
(
crate
)
use
c
::{
WCONTINUED
,
WEXITSTATUS
,
WIFCONTINUED
,
WIFEXITED
,
WIFSIGNALED
,
WIFSTOPPED
,
WNOHANG
,
WSTOPSIG
,
WTERMSIG
,
WUNTRACED
,
};