[libc-commits] [libc] [libc] Fix missing default value for errno config (PR #100175)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 23 12:26:45 PDT 2024


================
@@ -1,7 +1,7 @@
 {
   "errno": {
     "LIBC_CONF_ERRNO_MODE": {
-      "value": "",
+      "value": "LIBC_ERRNO_MODE_DEFAULT",
----------------
lntue wrote:

Can you add this option to the docstring below?

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


More information about the libc-commits mailing list