summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/ftell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+3
* Fix ftell() to return EOVERFLOW if the file offset is greater thanmatthew2012-05-211-12/+8
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-4/+7
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-7/+4
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-4/+7
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-6/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-211-5/+22
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+94