diff options
| author | lntue <lntue@google.com> | 2025-06-11 16:25:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-11 16:25:27 -0400 |
| commit | d87eea35fac5a34a841c637db8908128409a184e (patch) | |
| tree | 1e2e4906008e51b5b518d0592cb1bc7924e7c832 /libc/src/stdio/gpu/fprintf.cpp | |
| parent | fb761aa38b0bc01ab911f5dbbfb474b70aaafbb4 (diff) | |
[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187)
This is the first step in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
Diffstat (limited to 'libc/src/stdio/gpu/fprintf.cpp')
| -rw-r--r-- | libc/src/stdio/gpu/fprintf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/stdio/gpu/fprintf.cpp b/libc/src/stdio/gpu/fprintf.cpp index 5b8f01d7d534..9877817d9209 100644 --- a/libc/src/stdio/gpu/fprintf.cpp +++ b/libc/src/stdio/gpu/fprintf.cpp @@ -12,7 +12,7 @@ #include "src/__support/CPP/string_view.h" #include "src/__support/arg_list.h" #include "src/__support/common.h" -#include "src/errno/libc_errno.h" +#include "src/__support/libc_errno.h" #include "src/stdio/gpu/vfprintf_utils.h" #include <stdarg.h> |
