stdint.h: Make it work with my GCC 4.3.3/GLIBC 2.9 toolchain
authorHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 5 Mar 2010 17:41:29 +0000 (18:41 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 8 Mar 2010 03:36:36 +0000 (04:36 +0100)
commit500b6f4f28f717fd3bf5b510189a437353461967
treeb5fbf23dd60fa456a56becb470b64f78496fa176
parent3b05942b631983fb3b17dca252a64f164f2b0510
stdint.h: Make it work with my GCC 4.3.3/GLIBC 2.9 toolchain

The compiler complains about seing two conflicting definitions
for int32_t and the compile will stop. One definitions comes from
here and the other is coming from sys/types.h.

One option would be to try to use unsigned int and signed int
instead of using a long and see if that is matching, the other
option is to include the real libc stdint.h header and see if
it has defined a uint32_t for us.
src/target/firmware/include/stdint.h