Various fixes for NetBSD/amd64
This commit is contained in:
parent
25aaeb40b1
commit
318cd843d1
9 changed files with 595 additions and 68 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue