summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/_mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement syscall() for powerpc. Fixup syscall code soEric Andersen2003-06-151-1/+1
| | | | | it compiles properly with gcc 3.3. -Erik
* This draws from an old patch by David Blythe for the now-deadEric Andersen2002-11-151-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 Schleef2001-11-101-0/+1
|
* Need to include sys/syscall.h because of other changesDavid Schleef2001-07-031-0/+1
|
* Added powerpc-specific mmap syscall, 'cause we're special.David Schleef2001-05-251-0/+41