Skip to content

Commit

Permalink
Fix GNU/Hurd tests (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored Jun 1, 2024
1 parent 8bcf929 commit 17295e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ fn check_description() {

let errno_code = if cfg!(target_os = "haiku") {
-2147483633
} else if cfg!(target_os = "hurd") {
1073741825
} else {
1
};
Expand Down

0 comments on commit 17295e1

Please sign in to comment.