From 537a689a7bdb8557ee658724138950035ab671a0 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 23 Oct 2001 23:05:15 +0000 Subject: Change comment explaining another usage of __SMOD --- lib/libc/stdio/fseek.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libc/stdio/fseek.c b/lib/libc/stdio/fseek.c index 2278f31..b8366f3 100644 --- a/lib/libc/stdio/fseek.c +++ b/lib/libc/stdio/fseek.c @@ -225,8 +225,8 @@ _fseeko(fp, offset, whence, ltest) goto dumb; /* - * (If the buffer was modified, we have to - * skip this; see fgetln.c.) + * If the buffer was modified or the file position was changed, + * we have to skip this; see fgetln.c, stdio.c. */ if (fp->_flags & __SMOD) goto abspos; -- cgit v1.1