rust/src/liblibc
Sébastien Marie 26453bb60d unary negation of unsigned integers
unbreak build for:
 - linux (mips/mipsel)
 - freebsd
 - dragonfly
 - bitrig
 - openbsd

by converting unsigned integers `-1` to `!0`
2015-04-02 14:23:41 +02:00
..
lib.rs unary negation of unsigned integers 2015-04-02 14:23:41 +02:00