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

Replace stddef.h with the one from musl. #61

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ComputerNerd
Copy link
Contributor

@ComputerNerd ComputerNerd commented Apr 30, 2021

If we do decide to use stdint.h from musl with alltypes.h we can also use this to fix an issue with ptrdiff_t not being defined.

Also reviewing the pull request I might have done it a little strange. My idea was to first merge the latest upstream changes into the stdint branch. Then create a new branch for this header and then replace the header. It looks like in theory it would be possible to just merge this one and it would also get the stdint.h changes.

@ComputerNerd
Copy link
Contributor Author

This one is going to need more work because I have found that it interferes with clock_t which is defined in time.h.

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.

1 participant