summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/readahead.c
Commit message (Expand)AuthorAgeFilesLines
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-281-2/+2
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* only include _lfs_64.h when __UCLIBC_HAS_LFS__ is defined as pointed out by M...Mike Frysinger2006-09-231-1/+3
* The readahead syscall requires LFS/64 bit supportEric Andersen2006-09-111-0/+4
* implement readahead()Mike Frysinger2006-08-241-0/+52