[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:47:39 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6a6101958a9e: [libc] Add implementation of getc, getc_unlocked and fgetc_unlocked. (authored by sivachandra).

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.473780.patch
Type: text/x-patch
Size: 14331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/e7d288e5/attachment-0001.bin>


More information about the libc-commits mailing list