[libc-commits] [libc] [libc][docs] stub out assert, errno, and locale (PR #118852)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Dec 5 14:16:03 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"
+ }
+ }
----------------
nickdesaulniers wrote:
Posix, definitely.
For Linux...I want to avoid having to document all of the UAPI headers. I wonder if other OS' have additional errno.h extensions? idk, we'll have to think more about it for sure.
https://github.com/llvm/llvm-project/pull/118852
More information about the libc-commits
mailing list