summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/__uClibc_syscall.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-101-6/+4
| | | | | Hide __syscall_error from outside libc. From Peter Mazinger.
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-151-0/+14
unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik