[libc-commits] [PATCH] D137507: [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 7 13:43:02 PST 2022


sivachandra updated this revision to Diff 473778.
sivachandra added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137507

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/fgetc_unlocked.cpp
  libc/src/stdio/fgetc_unlocked.h
  libc/src/stdio/getc.cpp
  libc/src/stdio/getc.h
  libc/src/stdio/getc_unlocked.cpp
  libc/src/stdio/getc_unlocked.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fgetc_test.cpp
  libc/test/src/stdio/fgetc_unlocked_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137507.473778.patch
Type: text/x-patch
Size: 14331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/116a299e/attachment-0001.bin>


More information about the libc-commits mailing list