Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libc/docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if (SPHINX_FOUND)
aio
arpa/inet
assert
cpio
ctype
errno
fenv
Expand Down
1 change: 1 addition & 0 deletions libc/docs/headers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Implementation Status
arpa/inet
assert
complex
cpio
ctype
errno
fenv
Expand Down
31 changes: 31 additions & 0 deletions libc/utils/docgen/cpio.yaml
Original file line number Diff line number Diff line change
@@ -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: ''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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


Loading