-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
std: add arch bits for s390x-linux #21342
Conversation
nektro
commented
Sep 8, 2024
•
edited
Loading
edited
PATH: bool = false, | ||
_: u10 = 0, | ||
|
||
// #define O_RSYNC 04010000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's up with these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hadnt decided if/how to expose them, they have multiple bits set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember running into a similar conundrum with some termios
stuff in std.os.linux
a few weeks ago... I'm not sure if there is a good answer to this with packed struct
s.
Looks like this needs a rebase. |