-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc][cpio] Add cpio.h header. #123798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libc][cpio] Add cpio.h header. #123798
Changes from all commits
ed3453c
b207e43
9e75b3e
777e97e
36f0a3e
2c5b6aa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ if (SPHINX_FOUND) | |
aio | ||
arpa/inet | ||
assert | ||
cpio | ||
ctype | ||
errno | ||
fenv | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Implementation Status | |
arpa/inet | ||
assert | ||
complex | ||
cpio | ||
ctype | ||
errno | ||
fenv | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
macros: | ||
C_IRUSR: | ||
in-latest-posix: '' | ||
C_IWUSR: | ||
in-latest-posix: '' | ||
C_IXUSR: | ||
in-latest-posix: '' | ||
C_IRGRP: | ||
in-latest-posix: '' | ||
C_IWGRP: | ||
in-latest-posix: '' | ||
C_IXGRP: | ||
in-latest-posix: '' | ||
C_IROTH: | ||
in-latest-posix: '' | ||
C_IWOTH: | ||
in-latest-posix: '' | ||
C_IXOTH: | ||
in-latest-posix: '' | ||
C_ISUID: | ||
in-latest-posix: '' | ||
C_ISGID: | ||
in-latest-posix: '' | ||
C_ISVTX: | ||
in-latest-posix: '' | ||
C_ISDIR: | ||
in-latest-posix: '' | ||
C_ISFIFO: | ||
in-latest-posix: '' | ||
C_ISREG: | ||
in-latest-posix: '' | ||
C_ISBLK: | ||
in-latest-posix: '' | ||
C_ISCHR: | ||
in-latest-posix: '' | ||
C_ISCTG: | ||
in-latest-posix: '' | ||
C_ISLNK: | ||
in-latest-posix: '' | ||
C_ISSOCK: | ||
in-latest-posix: '' | ||
MAGIC: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should that be here? I came to this review because that user posted a comment that looked suspiciously like spam and saw they had contributed to LLVM in this PR. From one of their comments, it looks like this user may be contributing AI-generated stuff. There's nothing wrong with that in theory, but I'd advise doing careful review of these diffs. If you think I'm being needlessly careful here, feel free to let me know. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/cpio.h.html
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, thanks, I missed that! |
||
in-latest-posix: '' | ||
siya100 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
Uh oh!
There was an error while loading. Please reload this page.