index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
common
/
posix_fadvise64.c
Age
Commit message (
Expand
)
Author
2009-07-08
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
Mike Frysinger
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-09-22
Add work-around for powerpc.
Carmelo Amoroso
2008-09-18
Fix posix_fadvise[64] functions to return the error number in case
Carmelo Amoroso
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2008-02-16
posix_fadvise64 on 64bit systems take 5 arguments, not 6, as pointed out by s...
Mike Frysinger
2008-02-16
fix typo pointed out by skinkie in #2194
Mike Frysinger
2007-05-31
Atsushi Nemoto writes:
Mike Frysinger
2007-03-06
Add posix_fadvise posix_fadvise64 for arm.
Khem Raj
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-01
Make __syscall_fadvise64_64 static inline
Peter S. Mazinger
2005-12-01
touchup how we declare the posix_fadvise functions and fix the case where pos...
Mike Frysinger
2005-01-19
Make it compile for architectures which have __UCLIBC_HAS_LFS__ defined,
Peter Kjellerstedt
2005-01-17
add posix_fadvise / posix_fadvise64 support
Mike Frysinger