Define lwIP's s32/u32 to int by d-a-v · Pull Request #8560 · esp8266/Arduino (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits9 Checks0 Files changed
Conversation
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
[ Show hidden characters]({{ revealButtonHref }})
s32/u32 were previously defined as long,
but long can be 64 bits in host mode,
so this commit reduces valgrind complaints and improves coherency.
There is no need to update lwIP's binaries in this commit.
s32/u32 were previously defined as long, but long can be 64 bits in host mode, so this commit reduces valgrind complaints and increase coherency.
d-a-v mentioned this pull request
mcspr mentioned this pull request
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request
- Define lwIP's s32/u32 to int
s32/u32 were previously defined as long, but long can be 64 bits in host mode, so this commit reduces valgrind complaints and increase coherency.
some lads like to use
unsigned long
for 32 bits IPv4 addressesfix lwIP's
sys_now()
return typefix C declarations
merge upstream (lwip2) update on sys_now() definition
matching lwIP api (2/2)
Co-authored-by: Max Prokhorov prokhorov.max@outlook.com
2 participants