Skip to content

Commit

Permalink
Auto merge of #2271 - devnexen:linux_timer_remove_addition_crt_linkag…
Browse files Browse the repository at this point in the history
…e, r=JohnTitor

linux timer api remove unnecessary double linkage to librt.
  • Loading branch information
bors committed Jul 6, 2021
2 parents b7a005f + d2b6eab commit f3b7e0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/unix/linux_like/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3822,10 +3822,7 @@ extern "C" {
pub fn iconv_close(cd: iconv_t) -> ::c_int;

pub fn gettid() -> ::pid_t;
}

#[link(name = "rt")]
extern "C" {
pub fn timer_create(
clockid: ::clockid_t,
sevp: *mut ::sigevent,
Expand Down

0 comments on commit f3b7e0e

Please sign in to comment.