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 the unnecessary math.h inclusion #3511

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

xiaoxiang781216
Copy link
Contributor

Summary

Fix the problem reported here: #3456

Impact

Reduce the dependence on math.h

Testing

Pass CI

@xiaoxiang781216 xiaoxiang781216 linked an issue Apr 10, 2021 that may be closed by this pull request
@xiaoxiang781216
Copy link
Contributor Author

@antmerlino Could you try this patch?

@antmerlino
Copy link
Contributor

@antmerlino Could you try this patch?

@xiaoxiang781216 The build worked now. Thanks!

or move from header file to source file since math.h doesn't always exist

Signed-off-by: Xiang Xiao <[email protected]>
@antmerlino
Copy link
Contributor

@xiaoxiang781216 I saw you were still working on this - I assume to get past CI. Is this good to merge now?

@xiaoxiang781216
Copy link
Contributor Author

Yes, it is ready for merge.

@antmerlino antmerlino merged commit 3f9908f into apache:master Apr 13, 2021
@xiaoxiang781216 xiaoxiang781216 deleted the math branch April 13, 2021 03:11
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.

Can no longer build libc stdio without math.h
2 participants