[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: ''
+macros:
+  CPIO_ACCESS:
+    in-latest-posix: ''
+  CPIO_CREATE:
+    in-latest-posix: ''
+  CPIO_EXTRACT:
+    in-latest-posix: ''
+  CPIO_LINK:
+    in-latest-posix: ''
+  CPIO_RENAME:
+    in-latest-posix: ''
+  CPIO_SYMLINK:
+    in-latest-posix: ''
+  CPIO_DELETE:
+    in-latest-posix: ''
+  CPIO_TRUNCATE:
+    in-latest-posix: ''
+  CPIO_UNLINK:
+    in-latest-posix: ''
----------------
nickdesaulniers wrote:

Strange; these aren't in the latest posix either. Where did you find this list of funcitons?

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


More information about the libc-commits mailing list