summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-2/+2
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* if an arch does not provide __NR_mmap, fall back to __NR_mmap2 (this just gen...Mike Frysinger2008-01-051-0/+29
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* use the 6-arg version of mmap where availableMike Frysinger2006-01-171-1/+11
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-4/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+3
* __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
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+28