[PATCH 2/6] Use INLINE_SYSCALL_ERROR_RETURN

Florian Weimer fweimer@redhat.com
Tue Oct 13 13:58:00 GMT 2015


On 10/13/2015 03:56 PM, H.J. Lu wrote:

> It looks (ptrdiff_t) isn't needed.

It's not needed on x86_64, but we don't know if there will be
architectures which will eventually need it (or already do).  The
existing code had -1L, so I assumed it was better to play it safe and
mirror that.

Florian



More information about the Libc-alpha mailing list