musl/arch/i386
Rich Felker 185a977074 ensure pointer decay in inline-asm arg for i386 syscall6
this is actually a rather subtle issue: do arrays decay to pointers
when used as inline asm args? gcc says yes, but currently pcc says no.
hopefully this discrepency in pcc will be fixed, but since the
behavior is not clearly defined anywhere I can find, I'm using an
explicit operation to cause the decay to occur.
2012-10-13 23:46:51 -04:00
..
bits fix broken semctl on systems that don't use IPC_64 flag 2012-09-22 08:02:42 -04:00
atomic.h security hardening: ensure suid programs have valid stdin/out/err 2011-08-23 09:37:39 -04:00
pthread_arch.h ensure the compiler does not move around thread-register-based reads 2011-08-06 20:45:30 -04:00
reloc.h dynamic-linked TLS support for everything but dlopen'd libs 2012-10-04 22:48:33 -04:00
syscall_arch.h ensure pointer decay in inline-asm arg for i386 syscall6 2012-10-13 23:46:51 -04:00