[libc-commits] [libc] [libc][cpio] Add cpio.h header. (PR #123798)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Jan 24 08:29:31 PST 2025
================
@@ -0,0 +1,107 @@
+macros:
+ C_IRUSR:
+ c-definition: "Read by owner."
----------------
nickdesaulniers wrote:
The `c-definition` field is being used for "what section in the C standard documents this macro/funcion." In the case of cpio.h, it's POSIX only and not standard C. So the `c-definition` field can be removed for each entry.
https://github.com/llvm/llvm-project/pull/123798
More information about the libc-commits
mailing list