svn commit: r230864 - in head: lib/libc/amd64/gen lib/libc/arm/gen lib/libc/i386/gen lib/libc/ia64/gen lib/libc/mips/gen lib/libc/powerpc/gen lib/libc/powerpc64/gen lib/libc/sparc64/gen sys/sys

Joerg Sonnenberger joerg at britannica.bec.de
Wed Feb 1 17:17:20 UTC 2012


On Wed, Feb 01, 2012 at 01:33:53PM +0000, Konstantin Belousov wrote:
> Log:
>   Make the sys/ucontext.h self-contained by changing the return type
>   of __getcontextx_size(3) from size_t to int.

Are you sure that this doesn't break the ABI? That is: are you sure that
it doesn't return garbage in the higher 32bit on LP64 platforms?

Joerg


More information about the svn-src-all mailing list