[libc-commits] [PATCH] D156480: [libc] Add support for more file functions

Johannes Doerfert via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 27 14:36:41 PDT 2023


jdoerfert added a comment.

> 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?


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