[libc-commits] [libc] [libc] Add program_invocation(_short)_name and tweak err.h functions (PR #212448)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Mon Aug 3 12:46:06 PDT 2026
================
@@ -23,21 +23,23 @@
#include "src/__support/printf_core/printf_main.h"
#include "src/__support/printf_core/writer.h"
-#ifdef __linux__
+#ifdef LIBC_FULL_BUILD
----------------
kaladron wrote:
I don't feel strongly and I don't want to block this going in. Perhaps in a subsequent patch it should be move to the Linux part of the tree or something - at which point it's very obviously not worrying about anything else.
https://github.com/llvm/llvm-project/pull/212448
More information about the libc-commits
mailing list