-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
uclibc/mips change SA_*
to uint
#3887
Comments
Hi @tgross35 , I'm really sorry, it's been a while and I've somewhat forgotten, but at the time I encountered a compilation error related to signal interfaces. Modifying it to u_long allowed the compilation to pass. |
Nothing to be sorry for - your PR has been open a very long time :) after #3211 merges just submit another PR to correct these things, but I do need a link to headers to check against if you can find it. (If headers aren't easy to find then it's not the end of the world since mips is tier 3 and I can take your word for it, just better to be certain if possible). |
I reproduced it and the compilation error is as follows:
|
Ah, on glibc mips it's still |
SA_*
to ulong
SA_*
to uint
This comes from #3211, I'm not positive what the context is. But we can do this at 1.0.
@cppcoffee do you have links to the relevant headers?
The text was updated successfully, but these errors were encountered: