[libc-commits] [libc] [libc] Add printf error handling (PR #162876)
Marcell Leleszi via libc-commits
libc-commits at lists.llvm.org
Fri Oct 31 12:17:39 PDT 2025
================
@@ -43,6 +43,7 @@
#define EPIPE 32
#define EDOM 33
#define ERANGE 34
+#define EOVERFLOW 75
----------------
mleleszi wrote:
Removed.
https://github.com/llvm/llvm-project/pull/162876
More information about the libc-commits
mailing list