[libc-commits] [PATCH] D124311: [libc] Add implementations of feof, ferror and clearerr.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 29 16:07:43 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9db0037bf1b3: [libc] Add implementations of feof, ferror and clearerr. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124311/new/

https://reviews.llvm.org/D124311

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/spec/stdc.td
  libc/src/__support/File/file.h
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/clearerr.cpp
  libc/src/stdio/clearerr.h
  libc/src/stdio/clearerr_unlocked.cpp
  libc/src/stdio/clearerr_unlocked.h
  libc/src/stdio/feof.cpp
  libc/src/stdio/feof.h
  libc/src/stdio/feof_unlocked.cpp
  libc/src/stdio/feof_unlocked.h
  libc/src/stdio/ferror.cpp
  libc/src/stdio/ferror.h
  libc/src/stdio/ferror_unlocked.cpp
  libc/src/stdio/ferror_unlocked.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fileop_test.cpp
  libc/test/src/stdio/fopencookie_test.cpp
  libc/test/src/stdio/unlocked_fileop_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124311.426186.patch
Type: text/x-patch
Size: 25257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220429/2aad4eaa/attachment-0001.bin>


More information about the libc-commits mailing list