summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/posix_fadvise64.c
Commit message (Collapse)AuthorAgeFilesLines
* posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by ↵Mike Frysinger2008-02-161-1/+1
| | | | skinkie in #2194
* fix typo pointed out by skinkie in #2194Mike Frysinger2008-02-161-1/+1
|
* Atsushi Nemoto writes:Mike Frysinger2007-05-311-2/+1
| | | | | http://www.opengroup.org/onlinepubs/009695399/functions/posix_fadvise.html states it returns error code instead of setting errno.
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-061-0/+17
| | | | | Import INTERNAL_SYSCALL macro for i386 from glibc. Use above macro in posix_fadvise implementation if an arch defines it.
* 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 ↵Peter S. Mazinger2006-01-141-1/+1
| | | | missing headers, other jump relocs removed
* Make __syscall_fadvise64_64 static inlinePeter S. Mazinger2005-12-011-1/+1
|
* touchup how we declare the posix_fadvise functions and fix the case where ↵Mike Frysinger2005-12-011-10/+6
| | | | posix_fadvise kernel call exists but not posix_fadvise64
* Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,Peter Kjellerstedt2005-01-191-7/+18
| | | | but neither __NR_fadvise64 nor __NR_fadvise64_64.
* add posix_fadvise / posix_fadvise64 supportMike Frysinger2005-01-171-0/+57