[libc-commits] [libc] [libc] fix getchar_unlocked (PR #73874)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Nov 29 16:12:11 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
----------------
jhuber6 wrote:
Missed that, probably still ended up compiling since it just used an implicit definition of the function. I wonder if there's a way to prevent that statically somehow.
https://github.com/llvm/llvm-project/pull/73874
More information about the libc-commits
mailing list