Skip to content
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

Remove static declaration in resolv.c variables that not-need to be static #1333

Closed
vsaw opened this issue Oct 28, 2015 · 0 comments
Closed

Comments

@vsaw
Copy link
Contributor

vsaw commented Oct 28, 2015

resolv.c could need some care to reduce it's static memory footprint. There are a lot of cases (e.g. https://github.com/contiki-os/contiki/blob/master/core/net/ip/resolv.c#L786) where variables where made static that must not necessarily be made static.

vsaw added a commit to tadodotcom/contiki that referenced this issue Oct 28, 2015
hso-esk pushed a commit to hso-esk/emb6 that referenced this issue Nov 17, 2016
alexrayne pushed a commit to alexrayne/contiki that referenced this issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant