-
Notifications
You must be signed in to change notification settings - Fork 1.1k
__align private field in in6_addr #55
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
Comments
Ah yeah this is unfortunately because we don't support unions in a great way right now, I'd recommend creating instances via |
Closed
danielverkamp
pushed a commit
to danielverkamp/libc
that referenced
this issue
Apr 28, 2020
Add vaddsubps
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this issue
Feb 22, 2025
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this issue
Apr 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, is there any reason why __align is declared in in6_addr? As of now it is preventing in6_addr struct to be created.
The text was updated successfully, but these errors were encountered: