summaryrefslogtreecommitdiff
path: root/arch/powerpc/syscall_arch.h
AgeCommit message (Expand)Author
2025-08-07powerpc[64]: fix missing ctr and xer regs in syscall asm clobberlistsRich Felker
2024-10-22wire up vdso clock_gettime for powerpc, powerpc64, and s390xRich Felker
2019-07-31get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker
2019-04-10use inline syscalls for powerpc (32-bit)Rich Felker
2016-07-01fix posix_fadvise syscall args on powerpc, unify with arm fixRich Felker
2014-11-22unify non-inline version of syscall code across archsRich Felker
2014-04-17make socketcall types common as they are same for all architecturesTimo Teräs
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker
2012-11-21ppc signal/NSIG related fix (warning fix, redefinition)Rich Felker
2012-11-13PPC port cleaned up, static linking works well now.rofl0r