made a lot of changes
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#undef ferror
|
||||
|
||||
int
|
||||
ferror(FILE *stream)
|
||||
(ferror)(FILE *stream)
|
||||
{
|
||||
return (stream->_flags & _IOERR) != 0;
|
||||
return ferror(stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user