summaryrefslogtreecommitdiff
path: root/libc/stdio/fseeko.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-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
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-12-13Convert all users of earlier hiddensPeter 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