We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ifa_flags
uint_64
The ifa_flags is declared as c_ulong here for solarish, but actually in both Solaris and illumos it is uint_64:
c_ulong
I think the type of ifa_flags should be changed to u64 here.
u64
This issue was found during the illumos support fix work for GStreamer.
The text was updated successfully, but these errors were encountered:
If you feel like it, you can create a PR targeting libc-0.2 for starter.
Sorry, something went wrong.
Why not main first?
main
sure, but regardless your fix will need to be backported to libc-0.2 if we want to land for the next release (main relates to future 0.3).
Successfully merging a pull request may close this issue.
The
ifa_flags
is declared asc_ulong
here for solarish, but actually in both Solaris and illumos it isuint_64
:I think the type of
ifa_flags
should be changed tou64
here.This issue was found during the illumos support fix work for GStreamer.
The text was updated successfully, but these errors were encountered: