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 _;
286
286
) ) ]
287
287
pub ( crate ) const SIGEMT : c_int = linux_raw_sys:: general:: SIGEMT as _ ;
288
288
289
- #[ cfg( feature = "stdio" ) ]
289
+ #[ cfg( any ( test , feature = "stdio" ) ) ]
290
290
pub ( crate ) const STDIN_FILENO : c_int = linux_raw_sys:: general:: STDIN_FILENO as _ ;
291
- #[ cfg( feature = "stdio" ) ]
291
+ #[ cfg( any ( test , feature = "stdio" ) ) ]
292
292
pub ( crate ) const STDOUT_FILENO : c_int = linux_raw_sys:: general:: STDOUT_FILENO as _ ;
293
- #[ cfg( feature = "stdio" ) ]
293
+ #[ cfg( any ( test , feature = "stdio" ) ) ]
294
294
pub ( crate ) const STDERR_FILENO : c_int = linux_raw_sys:: general:: STDERR_FILENO as _ ;
295
295
296
296
pub ( crate ) const PIPE_BUF : usize = linux_raw_sys:: general:: PIPE_BUF as _ ;
You can’t perform that action at this time.
0 commit comments