From 96cc48fba28a32f0dd46b0fe38e04e6aff74456f Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Wed, 4 Jun 2014 09:12:11 +1000 Subject: libc: only provide an rlib. There's absolutely no reason for `libc` to be offered as a dynamic library. --- src/libstd/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libstd') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index a67ed1c0b79..cde1a7335a5 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -254,6 +254,11 @@ mod unicode; #[unstable] pub mod rt; +#[doc(hidden)] +pub fn issue_14344_workaround() { // FIXME #14344 force linkage to happen correctly + libc::issue_14344_workaround(); +} + // A curious inner-module that's not exported that contains the binding // 'std' so that macro-expanded references to std::error and such // can be resolved within libstd. -- cgit 1.4.1-3-g733a5