* 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
|
||
|---|---|---|
| .. | ||
| buffered.rs | ||
| cursor.rs | ||
| error.rs | ||
| impls.rs | ||
| lazy.rs | ||
| mod.rs | ||
| prelude.rs | ||
| stdio.rs | ||
| util.rs | ||