]> git.lizzy.rs Git - rust.git/commit
Remove libc from std
authorCorey Richardson <corey@octayn.net>
Mon, 24 Feb 2014 18:16:03 +0000 (13:16 -0500)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 4 Apr 2014 16:31:21 +0000 (09:31 -0700)
commit308c03501a9a49d058f2ad76dd17a4e593ce7be7
tree7422beb467d5f5cde6dc4c9c1b497625c5d21810
parent46e6194ee138b09d7376fa3dcdb539cf41dc68dd
Remove libc from std

These wrappers are bound to a specific libc, and they don't need to be part of
libstd.
src/liblibc/lib.rs [new file with mode: 0644]
src/librustc/middle/trans/context.rs
src/libstd/lib.rs
src/libstd/libc.rs [deleted file]
src/libstd/rtdeps.rs