musl/arch/i386
Rich Felker ea343364a7 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.
2011-03-25 22:13:57 -04:00
..
bits match glibc/lsb cancellation abi on i386 2011-03-25 22:13:57 -04:00
atomic.h optimize contended normal mutex case; add int compare-and-swap atomic 2011-03-17 12:14:40 -04:00
pthread_arch.h overhaul cancellation to fix resource leaks and dangerous behavior with signals 2011-03-24 14:18:00 -04:00