[libc-commits] [libc] [libc] Support configurable errno modes (PR #98287)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jul 11 10:59:56 PDT 2024


================
@@ -1,4 +1,10 @@
 {
+  "errno": {
+    "LIBC_CONF_ERRNO_MODE": {
+      "value": "",
----------------
michaelrj-google wrote:

it would probably be best to make the default value `LIBC_ERRNO_MODE_THREAD_LOCAL`

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


More information about the libc-commits mailing list