libc: only provide an rlib.
There's absolutely no reason for `libc` to be offered as a dynamic library.
This commit is contained in:
parent
aec7f46902
commit
96cc48fba2
3 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue