summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/posix_fadvise64.c
Commit message (Expand)AuthorAgeFilesLines
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-081-34/+0
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-1/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-221-1/+1
* Add work-around for powerpc.Carmelo Amoroso2008-09-221-2/+2
* Fix posix_fadvise[64] functions to return the error number in caseCarmelo Amoroso2008-09-181-6/+30
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+1
* posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by s...Mike Frysinger2008-02-161-1/+1
* fix typo pointed out by skinkie in #2194Mike Frysinger2008-02-161-1/+1
* Atsushi Nemoto writes:Mike Frysinger2007-05-311-2/+1
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-061-0/+17
* 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
* Make __syscall_fadvise64_64 static inlinePeter S. Mazinger2005-12-011-1/+1
* touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger2005-12-011-10/+6
* Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,Peter Kjellerstedt2005-01-191-7/+18
* add posix_fadvise / posix_fadvise64 supportMike Frysinger2005-01-171-0/+57