File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,11 +286,11 @@ pub(crate) const SIGSYS: c_int = linux_raw_sys::general::SIGSYS as _;
286286) ) ]
287287pub ( crate ) const SIGEMT : c_int = linux_raw_sys:: general:: SIGEMT as _ ;
288288
289- #[ cfg( feature = "stdio" ) ]
289+ #[ cfg( any ( test , feature = "stdio" ) ) ]
290290pub ( crate ) const STDIN_FILENO : c_int = linux_raw_sys:: general:: STDIN_FILENO as _ ;
291- #[ cfg( feature = "stdio" ) ]
291+ #[ cfg( any ( test , feature = "stdio" ) ) ]
292292pub ( crate ) const STDOUT_FILENO : c_int = linux_raw_sys:: general:: STDOUT_FILENO as _ ;
293- #[ cfg( feature = "stdio" ) ]
293+ #[ cfg( any ( test , feature = "stdio" ) ) ]
294294pub ( crate ) const STDERR_FILENO : c_int = linux_raw_sys:: general:: STDERR_FILENO as _ ;
295295
296296pub ( crate ) const PIPE_BUF : usize = linux_raw_sys:: general:: PIPE_BUF as _ ;
You can’t perform that action at this time.
0 commit comments