fileio: initialize errno to zero before we do fread()
if there was something in the read buffer already errno might not be set on error, let's detect that case.
Loading
Please register or sign in to comment
if there was something in the read buffer already errno might not be set on error, let's detect that case.