summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc/_mmap.c
AgeCommit message (Collapse)Author
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
-Erik
2003-06-15Implement syscall() for powerpc. Fixup syscall code soEric Andersen
it compiles properly with gcc 3.3. -Erik
2002-11-15This draws from an old patch by David Blythe for the now-deadEric Andersen
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
2001-11-10Add missing <errno.h>David Schleef
2001-07-03Need to include sys/syscall.h because of other changesDavid Schleef
2001-05-25Added powerpc-specific mmap syscall, 'cause we're special.David Schleef