[libc-commits] [libc] [libc] Add printf error handling (PR #162876)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Oct 21 12:51:23 PDT 2025


================
@@ -43,6 +43,7 @@
 #define EPIPE 32
 #define EDOM 33
 #define ERANGE 34
+#define EOVERFLOW 75
----------------
michaelrj-google wrote:

this shouldn't need to be added

https://github.com/llvm/llvm-project/pull/162876


More information about the libc-commits mailing list