[Buildroot] [PATCH v2 1/1] package/sp-oops-extract: consolidate use of stdint types

Peter Korsgaard peter at korsgaard.com
Tue Jan 5 21:25:31 UTC 2016


>>>>> "Doug" == Doug Kehn <rdkehn at yahoo.com> writes:

 > Change u_int*_t to uint*_t for compatibility with a larger number of C
 > libraries.

 > Fixes:
 > http://autobuild.buildroot.net/results/c649822aa129d56e5462a4887b13811340564453/

 > This patch has also been submitted upstream (ptxdist at pengutronix.de).

It is more about toolchains that C libraries as uint*_t is in C99, and
u_int*_t isn't - E.G.:

https://stackoverflow.com/questions/5090737/datatypes-used-in-c

Committed with the description extended a bit to explain this, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list