summaryrefslogtreecommitdiff
path: root/libc/stdio/ftello.c
AgeCommit message (Expand)Author
2012-06-15handle the type mismatch of ftell[o] and fseek[o] if long int != off_tPeter S. Mazinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2006-12-06stdio update from mjn3Eric Andersen
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-11-21Hide somePeter S. Mazinger
2005-11-20fix tab issue properly by not using tabsMike Frysinger
2005-11-20Tab clean-up."Steven J. Hill"
2005-11-19simplify Makefile rules for handling of LFS files by tweaking the way we comp...Mike Frysinger
2005-09-22weaks moved after the related function so gcc4 won't warnPeter S. Mazinger
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III