[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,31 @@
+functions:
+  cpio_open:
+    in-latest-posix: ''
+  cpio_create:
+    in-latest-posix: ''
+  cpio_read:
+    in-latest-posix: ''
+  cpio_write:
+    in-latest-posix: ''
+  cpio_close:
+    in-latest-posix: ''
----------------
nickdesaulniers wrote:

> the yaml conversion has to be done manually or what

Yeah.  Maybe we could try to scape the posix docs...

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


More information about the libc-commits mailing list