1
Fork 0

Various fixes for NetBSD/amd64

This commit is contained in:
Sebastian Wicki 2015-09-20 17:39:52 +02:00
parent 25aaeb40b1
commit 318cd843d1
9 changed files with 595 additions and 68 deletions

View file

@ -86,7 +86,9 @@ mod inner {
#[link(name = "rt")]
extern {}
extern {
#[cfg_attr(target_os = "netbsd", link_name = "__clock_gettime50")]
fn clock_gettime(clk_id: libc::c_int, tp: *mut libc::timespec) -> libc::c_int;
}