1//! Header: `unistd.h` 2 3pub use crate::new::common::posix::unistd::{ 4 STDERR_FILENO, 5 STDIN_FILENO, 6 STDOUT_FILENO, 7};