diff options
author | ache <ache@FreeBSD.org> | 2007-06-18 02:13:04 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-06-18 02:13:04 +0000 |
commit | d9185a1d36a3fd508d371c4b31b13dbd6b01e053 (patch) | |
tree | 6aaee845ca37dd95c90465aec91542c9d692a23d /lib | |
parent | c24c6ce809b3237f681ebdec5b3dfbfe9ee6efa8 (diff) | |
download | FreeBSD-src-d9185a1d36a3fd508d371c4b31b13dbd6b01e053.zip FreeBSD-src-d9185a1d36a3fd508d371c4b31b13dbd6b01e053.tar.gz |
Add rewind() to the list of functions which may fail and set errno
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 1e15de1..3f45e31 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 |