musl/arch/powerpc64
Rich Felker c2518a8efb use struct pt_regs * rather than void * for powerpc[64] sigcontext regs
this is to match the kernel and glibc interfaces. here, struct pt_regs
is an incomplete type, but that's harmless, and if it's completed by
inclusion of another header then members of the struct pointed to by
the regs member can be accessed directly without going through a cast
or intermediate pointer object.
2019-10-19 15:53:43 -04:00
..
bits use struct pt_regs * rather than void * for powerpc[64] sigcontext regs 2019-10-19 15:53:43 -04:00
atomic_arch.h fix broken atomic store on powerpc[64] 2018-09-14 10:47:16 -04:00
crt_arch.h add powerpc64 port 2016-05-08 22:57:40 -04:00
kstat.h decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
pthread_arch.h make thread-pointer-loading asm non-volatile 2018-10-16 14:11:46 -04:00
reloc.h remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
syscall_arch.h get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00