summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/mmap.c
Commit message (Collapse)AuthorAgeFilesLines
* __ptr_t = void *, move hidden firstPeter S. Mazinger2005-12-081-1/+1
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-1/+2
|
* make sure the syscall mmap func isnt exportedMike Frysinger2005-09-071-1/+1
|
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
|
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-0/+2
| | | | with __NR_mmap is not available (i.e. only __NR_mmap2)
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+28
-Erik