summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/posix_fadvise.c
AgeCommit message (Expand)Author
2009-08-31drop last _syscall6 checksMike Frysinger
2009-07-08drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger
2009-02-27fix breakage in x86_64 defconfigDenis Vlasenko
2008-10-22- remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer
2008-09-18Fix posix_fadvise[64] functions to return the error number in caseCarmelo Amoroso
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2007-05-31Atsushi Nemoto writes:Mike Frysinger
2007-03-06Add posix_fadvise posix_fadvise64 for arm.Khem Raj
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-01-21fix building on 64bit hostsMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-04kill off some unused warningsMike Frysinger
2006-01-04if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger
2005-12-16Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger
2005-12-01touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger
2005-01-19Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,Peter Kjellerstedt
2005-01-17add posix_fadvise / posix_fadvise64 supportMike Frysinger