[libc-commits] [libc] [libc] fix getchar_unlocked (PR #73874)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Nov 30 08:17:59 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
----------------
nickdesaulniers wrote:
fixed in f51ea4b9e009f449cd4008e4e62eaa43e77ec10d PTAL
https://github.com/llvm/llvm-project/pull/73874
More information about the libc-commits
mailing list