summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/msync.c
Commit message (Expand)AuthorAgeFilesLines
* msync: skip if syscall is missingMike Frysinger2010-07-261-0/+4
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-6/+23
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-0/+5
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-4/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-5/+1
* include/sys/mman.h says that msync exists only on MMU.Denis Vlasenko2007-07-181-0/+4
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* if __NR_msync does not exist, dont try and create a syscall for itMike Frysinger2006-12-081-0/+5
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-0/+1
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-1/+1
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-1/+1
* fix eriks e-mail addressMike Frysinger2005-01-051-1/+1
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+16