Skip to content

Commit bc3c8cb

Browse files
authored
Merge pull request #3786 from sthibaul/hurd64
hurd: Add missing struct __timeval for 64bit support
2 parents 8f20f00 + c8f2b3c commit bc3c8cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/unix/hurd/mod.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,11 @@ s! {
449449
pub tv_nsec: __syscall_slong_t,
450450
}
451451

452+
pub struct __timeval {
453+
pub tv_sec: i32,
454+
pub tv_usec: i32,
455+
}
456+
452457
pub struct __locale_data {
453458
pub _address: u8,
454459
}

0 commit comments

Comments
 (0)