Skip to content

Commit dde4302

Browse files
committed
fixupo
1 parent 4078992 commit dde4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/stdlib/posix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ pub mod module {
14961496

14971497
if self.setsid {
14981498
// Note: POSIX_SPAWN_SETSID may not be available on all platforms
1499-
#[cfg(any(target_os = "linux"))]
1499+
#[cfg(target_os = "linux")]
15001500
{
15011501
flags |= 0x0080; // POSIX_SPAWN_SETSID value on Linux
15021502
}

0 commit comments

Comments
 (0)