musl/arch/powerpc
Rich Felker 3dd27f3aab fix posix_fadvise syscall args on powerpc, unify with arm fix
commit 6d38c9cf80 provided an
arm-specific version of posix_fadvise to address the alternate
argument order the kernel expects on arm, but neglected to address
that powerpc (32-bit) has the same issue. instead of having arch
variant files in duplicate, simply put the alternate version in the
top-level file under the control of a macro defined in syscall_arch.h.
2016-07-01 13:32:35 -04:00
..
bits add preadv2 and pwritev2 syscall numbers for linux v4.6 2016-06-09 13:38:41 -04:00
atomic_arch.h overhaul powerpc atomics for new atomics framework 2016-01-22 02:58:32 +00:00
crt_arch.h add .text section directive to all crt_arch.h files missing it 2015-05-22 01:50:05 -04:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h add powerpc soft-float support 2016-03-06 17:03:01 -05:00
syscall_arch.h fix posix_fadvise syscall args on powerpc, unify with arm fix 2016-07-01 13:32:35 -04:00