[libc-commits] [PATCH] D156480: [libc] Add support for more file functions
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 27 14:37:44 PDT 2023
jhuber6 added a comment.
In D156480#4540552 <https://reviews.llvm.org/D156480#4540552>, @jdoerfert wrote:
>> This is because as implemented this does not have the correct behavior as it does not stop on EOF or newline since we map it all to fread.
>
> Because the RPC maps it to fread or because the libc default impl does?
Haven't tested w/ the CPU version of `libc` their version maps to a linux syscall which has similar semantics I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156480/new/
https://reviews.llvm.org/D156480
More information about the libc-commits
mailing list