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

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 15:36:23 PDT 2023


lntue added inline comments.


================
Comment at: libc/config/linux/x86_64/entrypoints.txt:425
     libc.src.stdio.getc_unlocked
+    libc.src.stdio.getchar
+    libc.src.stdio.getchar_unlocked
----------------
Can this also be enabled for ARM targets?


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

https://reviews.llvm.org/D147919



More information about the libc-commits mailing list