Skip to content
Snippets Groups Projects
Commit 1722806b authored by Alex Crichton's avatar Alex Crichton
Browse files

Merge branch 'master' of https://github.com/JasonSmith/libc into merge

parents 213a0f9c 4c294096
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ extern {
pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
#[cfg_attr(arget_os = "netbsd", link_name = "__gettimeofday50")]
#[cfg_attr(target_os = "netbsd", link_name = "__gettimeofday50")]
pub fn gettimeofday(tp: *mut ::timeval,
tz: *mut ::c_void) -> ::c_int;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment