Skip to content

Commit 57aa9bd

Browse files
petrochenkovDoumanAsh
authored andcommitted
Fix an incorrect #[link] attribute
1 parent 2a3ca68 commit 57aa9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timer/posix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mod ffi {
6969
pub fn timer_delete(timerid: timer_t);
7070
}
7171

72-
#[link(name = "os-timer-posix-c", lind = "static")]
72+
#[link(name = "os-timer-posix-c", kind = "static")]
7373
extern "C" {
7474
pub fn posix_timer(clock: libc::c_int, cb: Callback, data: *mut libc::c_void) -> timer_t;
7575
}

0 commit comments

Comments
 (0)