Fix platform
- Add cfg to extern crate sc. It is not used by redox. - Fix bad syntax in brk implementation for redox - nits - style: update brk implementation for linux - style: no space between not operator and ptr.is_null - style: should be a space around = in module path
Showing
- platform/src/lib.rs 1 addition, 0 deletionsplatform/src/lib.rs
- platform/src/linux/mod.rs 24 additions, 64 deletionsplatform/src/linux/mod.rs
- platform/src/redox/mod.rs 10 additions, 11 deletionsplatform/src/redox/mod.rs
- src/fcntl/src/lib.rs 2 additions, 2 deletionssrc/fcntl/src/lib.rs
- src/stdlib/src/lib.rs 4 additions, 4 deletionssrc/stdlib/src/lib.rs
Loading
Please register or sign in to comment