[libc-commits] [libc] [libc][docs] stub out assert, errno, and locale (PR #118852)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Dec 5 13:41:52 PST 2024


================
@@ -0,0 +1,16 @@
+{
+  "macros": {
+    "EDOM": {
+      "c-definition": "7.5"
+    },
+    "EILSEQ": {
+      "c-definition": "7.5"
+    },
+    "ERANGE": {
+      "c-definition": "7.5"
+    },
+    "errno": {
+      "c-definition": "7.5"
+    }
+  }
----------------
michaelrj-google wrote:

in future we'll probably need to add the posix and linux errno macros, but this is fine for now.

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


More information about the libc-commits mailing list