]> git.lizzy.rs Git - rust.git/commit
libc: Convert all statics to constant
authorAlex Crichton <alex@alexcrichton.com>
Mon, 6 Oct 2014 23:17:51 +0000 (16:17 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 9 Oct 2014 16:44:51 +0000 (09:44 -0700)
commit33700532325627d8127d531dd83cca610681d48f
tree71e94e35019afd8ff6adfdf4a877cc0a0cd07912
parentabb3d3e4443f38be5f829f833d40b6c35b31302b
libc: Convert all statics to constant

This crate is largely just one giant header file, so there's no need for any of
these values to actually have a memory location, they're all just basically a
regular #define.
src/liblibc/lib.rs