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

test/memfake.c: use unsigned int instead of uint #396

Closed
wants to merge 1 commit into from
Closed

test/memfake.c: use unsigned int instead of uint #396

wants to merge 1 commit into from

Conversation

ndowens
Copy link
Contributor

@ndowens ndowens commented Jan 1, 2021

musl test gave uint unknown variable. Using int fixed test

@12345ieee
Copy link
Member

Oh yeah, libc has a bunch of nice typedefs that aren't really standard.

I'd rather it became unsigned int instead, then I'll merge.

@ndowens ndowens changed the title test/memfake.c: use int instead of uint test/memfake.c: use unsigned int instead of uint Jan 1, 2021
@ndowens
Copy link
Contributor Author

ndowens commented Jan 1, 2021

Oh yeah, libc has a bunch of nice typedefs that aren't really standard.

I'd rather it became unsigned int instead, then I'll merge.

Fixed

musl test gave uint unknown variable.
@shenada
Copy link
Contributor

shenada commented Jan 1, 2021 via email

@12345ieee 12345ieee closed this in 81300d0 Jan 31, 2021
@12345ieee
Copy link
Member

Merged @shenada 's version, thanks.

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

Successfully merging this pull request may close these issues.

None yet

3 participants