CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/14 13:55:17
Modified files:
lib/libc/stdio : fread.c
Log message:
Revisit the optimization for unbuffered I/O. We can use the buffer
passed to fread(3) directly in the FILE * and call __srefill() in
a loop without the memcpy(). This preserves the expected behavior
in all cases. OK semarie@, "This is neat" tedu@
