mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add rewind() to the list of functions which may fail and set errno
This commit is contained in:
parent
ef0fddb70d
commit
b490b13584
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue