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

This commit is contained in:
Alex Crichton 2016-02-15 10:19:35 -08:00
commit 1722806b73

View File

@ -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;