]> git.proxmox.com Git - rustc.git/blob - vendor/rustix/src/backend/libc/process/wait.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / rustix / src / backend / libc / process / wait.rs
1 use super::super::c;
2
3 pub(crate) use c::{
4 WCONTINUED, WEXITSTATUS, WIFCONTINUED, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WNOHANG, WSTOPSIG,
5 WTERMSIG, WUNTRACED,
6 };