summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/posix_fadvise.c
Commit message (Expand)AuthorAgeFilesLines
* Atsushi Nemoto writes:Mike Frysinger2007-05-311-2/+1
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-061-0/+16
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-1/+1
* fix building on 64bit hostsMike Frysinger2006-01-211-0/+7
* 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-5/+1
* kill off some unused warningsMike Frysinger2006-01-041-1/+1
* if arch doesnt provide _syscall6(), we need to alias the 64bit versionMike Frysinger2006-01-041-1/+1
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-1/+1
* touchup how we declare the posix_fadvise functions and fix the case where pos...Mike Frysinger2005-12-011-8/+7
* Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,Peter Kjellerstedt2005-01-191-8/+8
* add posix_fadvise / posix_fadvise64 supportMike Frysinger2005-01-171-0/+34