[libc] Fix the return value of fread and fwrite.
authorSiva Chandra Reddy <sivachandra@google.com>
Sat, 29 Oct 2022 05:41:17 +0000 (05:41 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Sat, 29 Oct 2022 06:10:35 +0000 (06:10 +0000)
commit53c251bd05704a3f76f660c3b715bf3f35e7d594
tree8074c2c7600a3a24afa2b8438564df6d7d26c054
parent8b1865b5623ead777bf49b12c60040c5e5c82385
[libc] Fix the return value of fread and fwrite.

They were previously returning the number of bytes read. They should
instead be returning the number of objects read.
libc/src/stdio/fread.cpp
libc/src/stdio/fwrite.cpp
libc/test/src/stdio/fileop_test.cpp