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
/
ftruncate64.c
Age
Commit message (
Expand
)
Author
2012-06-15
*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guard
Peter S. Mazinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-07-08
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
Mike Frysinger
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-22
- remove superfluous ';'. No objcode changes.
Bernhard Reutner-Fischer
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2006-01-19
move a bunch of arch-specific checks out of common files and into an arch spe...
Mike Frysinger
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
2006-01-08
create hidden alias for truncate/ftruncate and use those in the 64bit versions
Mike Frysinger
2004-07-21
Fix ftruncate64 and truncate64 for powerpc and mips
Eric Andersen
2003-11-17
If __NR_ftruncate64 isn't defined, do the best we can.
Manuel Novoa III
2002-11-15
Cleanup a few structural wierdnesses
Eric Andersen
2002-11-15
Fix it for real this time.
Eric Andersen
2002-11-15
Doh! I screwed that one all up. Lets try that again...
Eric Andersen
2002-11-14
Minor cleanup
Eric Andersen
2002-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-04-10
Some minor updates per discussion with Miles Bader
Eric Andersen
2002-04-09
Remove from syscalls.c, leave just ftruncate64.c and truncate64.c
Eric Andersen
2002-04-09
Create a much more careful ftruncate64 implementation, that should
Eric Andersen