match glibc/lsb cancellation abi on i386
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.
Showing
src/thread/cancellation2.c
0 → 100644
src/thread/cancellation3.c
0 → 100644
src/thread/i386/cancellation2.s
0 → 100644
src/thread/i386/cancellation3.s
0 → 100644
想要评论请 注册 或 登录