Massaging linter with non_upper_case_globals.
Created by: Yoric
Problem: Redox won't build with the latest Rust Nightly. See https://github.com/rust-lang/rust/issues/36258.
Solution: surgical use of #[allow(non_upper_case_globals)]
TODOs: Also needs to happen in libstd
.