summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/posix_fadvise.c
AgeCommit message (Expand)Author
2015-02-20posix_fadvise: handle 2 variants for SYSCALL_ALIGN_64BITVineet Gupta
2014-08-18libc: posix_fadvise: Fix build breakage for !LFSVineet Gupta
2014-01-08libc: posix_fadvise: restore implementation for xtensaBaruch Siach
2013-11-06add posix_fadvise() for armKhem Raj
2013-04-01linux: posix_fadvise: use new SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01linux: use OFF64_HI_LO rather than __LONG_LONG_PAIRMike Frysinger
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-03-26stubs: unified from futureBernhard Reutner-Fischer
2011-02-24unify stub logicMike Frysinger
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