Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the in-tree libc with the external copy #29546

Merged
merged 2 commits into from Nov 10, 2015

Commits on Nov 10, 2015

  1. Configuration menu
    Copy the full SHA
    c8a29c2 View commit details
    Browse the repository at this point in the history
  2. std: Migrate to the new libc

    * Delete `sys::unix::{c, sync}` as these are now all folded into libc itself
    * Update all references to use `libc` as a result.
    * Update all references to the new flat namespace.
    * Moves all windows bindings into sys::c
    alexcrichton committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    3d28b8b View commit details
    Browse the repository at this point in the history