[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:30 PST 2025
================
@@ -0,0 +1,107 @@
+macros:
+ C_IRUSR:
+ c-definition: "Read by owner."
+ in-latest-posix: ''
+ value: "0000400"
----------------
nickdesaulniers wrote:
Thanks for adding these values, but they can be removed; hdrgen does not consume this field. It won't break anything to retain them, but they just add noise for now. You can also remove the newlines between macros.
https://github.com/llvm/llvm-project/pull/123798
More information about the libc-commits
mailing list