diff --git a/vm/src/stdlib/os.rs b/vm/src/stdlib/os.rs index 08a5051fe7..2bd30d4545 100644 --- a/vm/src/stdlib/os.rs +++ b/vm/src/stdlib/os.rs @@ -169,6 +169,11 @@ pub(super) mod _os { O_APPEND, O_CREAT, O_EXCL, O_RDONLY, O_RDWR, O_TRUNC, O_WRONLY, SEEK_CUR, SEEK_END, SEEK_SET, }; + #[cfg(unix)] + #[pyattr] + use libc::{ + CLD_CONTINUED, CLD_DUMPED, CLD_EXITED, CLD_KILLED, CLD_STOPPED, CLD_TRAPPED + }; #[pyattr] pub(crate) const F_OK: u8 = 0;
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: