Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement syscall() for powerpc. Fixup syscall code so | Eric Andersen | 2003-06-15 | 1 | -1/+1 |
| | | | | | it compiles properly with gcc 3.3. -Erik | ||||
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 1 | -1/+6 |
| | | | | | | | 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 | ||||
* | Add missing <errno.h> | David Schleef | 2001-11-10 | 1 | -0/+1 |
| | |||||
* | Need to include sys/syscall.h because of other changes | David Schleef | 2001-07-03 | 1 | -0/+1 |
| | |||||
* | Added powerpc-specific mmap syscall, 'cause we're special. | David Schleef | 2001-05-25 | 1 | -0/+41 |