Hi,

On 03/28/2017 05:48 PM, Supragya Raj wrote:
> This is the fifth version of my patch as Jakub advised... used native_t
> in kernel for ptrdiff_t's typedef.

The patch is almost perfect, except some minor noise and that it breaks
build of boot/ for architectures that use it. For instance, the
Integrator/CP arm32 build fails with:

generic/src/printf_core.c: In function 'printf_core':
generic/src/printf_core.c:609:16: error: 'ptrdiff_t' undeclared (first
use in this function)
     if (sizeof(ptrdiff_t) == sizeof(uint32_t))
                ^~~~~~~~~
generic/src/printf_core.c:609:16: note: each undeclared identifier is
reported only once for each function it appears in
Makefile.build:122: recipe for target 'generic/src/printf_core.o' failed


amd64 and ia32 are unaffected because they don't build
boot/generic/src/printf_core.c.


Thanks for working on this.

Jakub

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to