summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/pread_write.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+4
|
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-151-0/+193
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