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
/
truncate64.c
Age
Commit message (
Expand
)
Author
2009-07-08
drop missing {INLINE,INTERNAL}_SYSCALL fallback logic
Mike Frysinger
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
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
2008-06-03
- adds several config-options to allow for turning off certain features
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
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