From b490b1358421b19b615d3fdb5e670aa7d6fcee6d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 18 Jun 2007 02:13:04 +0000 Subject: [PATCH] Add rewind() to the list of functions which may fail and set errno --- lib/libc/stdio/fseek.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 1e15de124e1..3f45e314570 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -232,8 +232,9 @@ The functions .Fn fseeko , .Fn fsetpos , .Fn ftell , +.Fn ftello , and -.Fn ftello +.Fn rewind may also fail and set .Va errno for any of the errors specified for the routines