Removed unclear test

This commit is contained in:
ceriel 1995-12-18 11:02:18 +00:00
parent 4baa1312a8
commit 7442852cad

View file

@ -32,9 +32,6 @@ setvbuf(register FILE *stream, char *buf, int mode, size_t size)
}
}
if (io_testflag(stream, _IOREADING) || io_testflag(stream, _IOWRITING))
retval = EOF;
stream->_buf = (unsigned char *) buf;
stream->_count = 0;