Skip to content

Commit 2843d44

Browse files
nielxThomasdezeeuw
authored andcommitted
Haiku: define IovLen as c_int
This fixes the build on the Haiku platform.
1 parent e538c46 commit 2843d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sys/unix.rs

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ type IovLen = usize;
168168
target_os = "dragonfly",
169169
target_os = "freebsd",
170170
target_os = "fuchsia",
171+
target_os = "haiku",
171172
target_os = "illumos",
172173
target_os = "netbsd",
173174
target_os = "openbsd",

0 commit comments

Comments
 (0)