[libc-commits] [libc] [libc] fix getchar_unlocked (PR #73874)

via libc-commits libc-commits at lists.llvm.org
Wed Nov 29 16:10:32 PST 2023


================
@@ -319,7 +319,7 @@ add_entrypoint_object(
 add_entrypoint_object(
   getchar_unlocked
   SRCS
-    getc_unlocked.cpp
+    getchar_unlocked.cpp
   HDRS
     ../getc_unlocked.h
----------------
michaelrj-google wrote:

the header needs to be fixed as well.

https://github.com/llvm/llvm-project/pull/73874


More information about the libc-commits mailing list