summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/posix_fadvise64.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,Denis Vlasenko2008-12-151-9/+17
| | | | | | | | | and google says only uclibc has it, no users at all. text data bss dec hex filename - 229374 1367 11280 242021 3b165 lib/libuClibc-0.9.30-svn.so + 229347 1367 11280 241994 3b14a lib/libuClibc-0.9.30-svn.so
* - now passes all LTP testsBernhard Reutner-Fischer2008-09-291-23/+22
|
* - fix !LFS case for i386Bernhard Reutner-Fischer2008-09-251-5/+8
|
* - take LFS into account and add fallback via fadvise64Bernhard Reutner-Fischer2008-09-191-4/+34
|
* - posix_fadvise64 for i386Bernhard Reutner-Fischer2008-09-191-0/+68