]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If file offset is smaller than internal buffer character left count, just drop
authorAndrey A. Chernov <ache@FreeBSD.org>
Fri, 31 Aug 2001 14:11:14 +0000 (14:11 +0000)
committerAndrey A. Chernov <ache@FreeBSD.org>
Fri, 31 Aug 2001 14:11:14 +0000 (14:11 +0000)
commitee7581041391c8bb53c5637c57a8022d7e4ffdb6
treea2d1a1b9254a7815b37cbf9e719ce4cd5e0843f5
parent14b62f116d2b31960cbf7cb3f270af408c3261a5
If file offset is smaller than internal buffer character left count, just drop
internal buffer and trust offset, not return error.
lib/libc/stdio/fseek.c
lib/libc/stdio/ftell.c