9af74907d1
<sys/limits.h> shouldn't even exist, but leave it in for backwards compatibility. Everything that seems legit moves to <limits.h>, though it still seems like a lot of that ought to come from the compiler instead (there's even an angry rant in the clang header to that effect). Unfortunately, we've long exposed [a copy and paste of] the contents of <float.h> from <limits.h> and <sys/limits.h>. This patch preserves that for backwards compatibility, but at least switches us over to using the real <float.h> instead. Bug: http://b/32776472 Test: builds Change-Id: I2d5b3b5237b3a0442195e99bb967c076ce484f35
1 line
20 B
C
1 line
20 B
C
#include <limits.h>
|