[PATCH 1/4] x86: Fix ptrdiff_t for x86_64

Tom Rini trini at konsulko.com
Fri Aug 16 05:47:25 CEST 2024


On Fri, 02 Aug 2024 12:08:43 +0200, Richard Weinberger wrote:

> sbrk() assumes ptrdiff_t is large enough to enlarge/shrink the heap
> by LONG_MIN/LONG_MAX.
> So, use the long type, also to match the rest of the Linux ecosystem.
> 
> 

Applied to u-boot/next, thanks!

-- 
Tom




More information about the U-Boot mailing list