Skip to content

Commit 17295e1

Browse files
authored
Fix GNU/Hurd tests (#97)
1 parent 8bcf929 commit 17295e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ fn check_description() {
130130

131131
let errno_code = if cfg!(target_os = "haiku") {
132132
-2147483633
133+
} else if cfg!(target_os = "hurd") {
134+
1073741825
133135
} else {
134136
1
135137
};

0 commit comments

Comments
 (0)