[libc-commits] [PATCH] D147919: [libc] Add implementation of getchar

Reagan via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 01:35:21 PDT 2023


xbjfk created this revision.
xbjfk added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, luke, frasercrmck, ecnelises, luismarques, apazos, sameer.abuasal, tschuett, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added projects: libc-project, All.
xbjfk requested review of this revision.
Herald added a subscriber: pcwang-thead.

added getchar and getchar_unlocked which are just wrappers getc and getc_unlocked respectively.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147919

Files:
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/docs/stdio.rst
  libc/spec/posix.td
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/getchar.cpp
  libc/src/stdio/getchar.h
  libc/src/stdio/getchar_unlocked.cpp
  libc/src/stdio/getchar_unlocked.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147919.512095.patch
Type: text/x-patch
Size: 6043 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230410/f966f267/attachment.bin>


More information about the libc-commits mailing list