From 0c69b0498400f6664df5375fcebf996ba7719f42 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 1 Sep 2001 14:40:01 +0000 Subject: Make fseek(... SEEK_CUR) fails if current file-position is unspecified. --- lib/libc/stdio/fseek.3 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lib/libc/stdio/fseek.3') diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index b08bbc8..fe7f313 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -206,12 +206,8 @@ for and .Fn ftell . .It Bq Er ESPIPE -The file descriptor underlying stream is associated with a pipe or FIFO. -For -.Fn ftell -and -.Fn ftello , -file-position indicator value is unspecified +The file descriptor underlying stream is associated with a pipe or FIFO +or file-position indicator value is unspecified (see .Xr ungetc 3 ) . .El -- cgit v1.1