Skip to content

Commit 1722806

Browse files
committed
Merge branch 'master' of https://github.com/JasonSmith/libc into merge
2 parents 213a0f9 + 4c29409 commit 1722806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ extern {
411411

412412
pub fn flock(fd: ::c_int, operation: ::c_int) -> ::c_int;
413413

414-
#[cfg_attr(arget_os = "netbsd", link_name = "__gettimeofday50")]
414+
#[cfg_attr(target_os = "netbsd", link_name = "__gettimeofday50")]
415415
pub fn gettimeofday(tp: *mut ::timeval,
416416
tz: *mut ::c_void) -> ::c_int;
417417

0 commit comments

Comments
 (0)