[libc-commits] [PATCH] D122327: [libc] Add implementations of fopen, flose, fread, fwrite and fseek.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 23 09:57:44 PDT 2022


sivachandra created this revision.
sivachandra added reviewers: lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

A follow up patch will add feof and ferror.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122327

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/FILE.h
  libc/src/stdio/fclose.cpp
  libc/src/stdio/fclose.h
  libc/src/stdio/fopen.cpp
  libc/src/stdio/fopen.h
  libc/src/stdio/fread.cpp
  libc/src/stdio/fread.h
  libc/src/stdio/fseek.cpp
  libc/src/stdio/fseek.h
  libc/src/stdio/fwrite.cpp
  libc/src/stdio/fwrite.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fileop_test.cpp
  libc/test/src/stdio/fwrite_test.cpp
  libc/test/src/stdio/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122327.417675.patch
Type: text/x-patch
Size: 17130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220323/6fc0e19f/attachment-0001.bin>


More information about the libc-commits mailing list