Hi Mindaugas, >> Here is a patch that puts ptrdiff_t in the kernel. It also creates a >> sys/stddef.h header. > > Why sys/stddef.h? Just keep them in sys/types.h please.
To avoid redefining ptrdiff_t on stddef.h. I think it would be more coherent, since ptrdiff_t is a stddef.h definition and stddef.h shouldn't include sys/types.h. Regards, -- Lourival Vieira Neto
