[libc-commits] [libc] [libc][cpio] Add cpio.h header. (PR #123798)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Wed Jan 22 09:39:38 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:

Weird, I don't see any of these functions in the latest docs. Were they removed from posix?  Where did you find this list of functions?

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


More information about the libc-commits mailing list