c.darwin: define MSG for macos - #24224
Merged
Merged
Conversation
alexrp
reviewed
Jun 20, 2025
alexrp
reviewed
Jun 20, 2025
| /// do not generate SIGPIPE on EOF | ||
| pub const NOSIGNAL = 0x80000; | ||
| /// Inherit upcall in sock_accept | ||
| pub const USEUPCALL = 0x80000000; |
Member
There was a problem hiding this comment.
Where is this one from? I don't see it in our vendored lib/libc/include/any-macos-any/sys/socket.h.
Contributor
Author
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
@linusg any idea why we don't have this in our vendored headers yet?
dacheng-gao
force-pushed
the
dacheng/darwin-MSG
branch
from
June 20, 2025 08:17
930ff23 to
fb2ef12
Compare
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
dacheng-gao
force-pushed
the
dacheng/darwin-MSG
branch
from
June 20, 2025 08:19
fb2ef12 to
bf94b79
Compare
dasimmet
pushed a commit
to dasimmet/zig
that referenced
this pull request
Aug 4, 2025
* c.darwin: define MSG for macos * darwin: add series os name * Update lib/std/c.zig Co-authored-by: Alex Rønne Petersen <alex@alexrp.com> --------- Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes #24223