Skip to content

Commit 68e1fd8

Browse files
committed
1 parent 55314c1 commit 68e1fd8

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsd

1 file changed

+1
-1
lines changed

src/unix/bsd/netbsdlike/openbsd/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ f! {
13851385
}
13861386

13871387
pub fn WIFSTOPPED(status: ::c_int) -> bool {
1388-
(status & 0o177) == 0o177
1388+
(status & 0xff) == 0o177
13891389
}
13901390
}
13911391

0 commit comments

Comments
 (0)