musl/arch
Rich Felker 4221f154ff fix buggy constraints in mips inline syscall asm
if same register is used for input/output, the compiler must be told.
otherwise is generates random junk code that clobbers the result. in
pure syscall-wrapper functions, nothing went wrong, but in more
complex functions where register allocation is non-trivial, things
broke badly.
2012-09-15 02:22:10 -04:00
..
arm add O_PATH/O_SEARCH support to fcntl.h 2012-09-13 20:56:25 -04:00
i386 add O_PATH/O_SEARCH support to fcntl.h 2012-09-13 20:56:25 -04:00
mips fix buggy constraints in mips inline syscall asm 2012-09-15 02:22:10 -04:00
x86_64 add O_PATH/O_SEARCH support to fcntl.h 2012-09-13 20:56:25 -04:00