We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad4dd4 commit b4c8a7bCopy full SHA for b4c8a7b
library/std/src/sys/unix/thread_parker/darwin.rs
@@ -24,7 +24,7 @@ type dispatch_time_t = u64;
24
const DISPATCH_TIME_NOW: dispatch_time_t = 0;
25
const DISPATCH_TIME_FOREVER: dispatch_time_t = !0;
26
27
-#[link(name = "System", kind = "dylib")]
+// Contained in libSystem.dylib, which is linked by default.
28
extern "C" {
29
fn dispatch_time(when: dispatch_time_t, delta: i64) -> dispatch_time_t;
30
fn dispatch_semaphore_create(val: isize) -> dispatch_semaphore_t;
0 commit comments