match glibc/lsb cancellation abi on i386
authorRich Felker <dalias@aerifal.cx>
Sat, 26 Mar 2011 02:13:57 +0000 (22:13 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 26 Mar 2011 02:13:57 +0000 (22:13 -0400)
glibc made the ridiculous choice to use pass-by-register calling
convention for these functions, which is impossible to duplicate
directly on non-gcc compilers. instead, we use ugly asm to wrap and
convert the calling convention. presumably this works with every
compiler anyone could potentially want to use.


No differences found