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

topology: add include for ENABLE_NLS on musl #234

Closed
wants to merge 4 commits into from

Conversation

thesamesam
Copy link
Contributor

Needed for setlocale().

Signed-off-by: Sam James sam@gentoo.org

Needed for setlocale().

(After rebasing to pick up 8c22927, just
move it to be guarded as the include now exists.)

Signed-off-by: Sam James <sam@gentoo.org>
u_int_* aren't standard, but uint* are. Use those instead for musl compat.

Bug: https://bugs.gentoo.org/913758
Signed-off-by: Sam James <sam@gentoo.org>
u_int_* aren't standard, but uint* are.

Signed-off-by: Sam James <sam@gentoo.org>
@thesamesam
Copy link
Contributor Author

@perexg can you take a look? I've rebased it on master.

This reverts commit 0925ad7.

This isn't necessary now that we use standard types (sys/types.h just
defines some compatibility typedefs).

Signed-off-by: Sam James <sam@gentoo.org>
@thesamesam
Copy link
Contributor Author

See also #238.

cc @michaelopdenacker

@perexg perexg closed this in d272c5d Oct 17, 2023
perexg pushed a commit that referenced this pull request Oct 17, 2023
u_int_* aren't standard, but uint* are. Use those instead for musl compat.

Closes: #234
Bug: https://bugs.gentoo.org/913758
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
perexg pushed a commit that referenced this pull request Oct 17, 2023
This reverts commit 0925ad7.

This isn't necessary now that we use standard types (sys/types.h just
defines some compatibility typedefs).

Closes: #234
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
perexg added a commit that referenced this pull request Oct 17, 2023
Closes: #234
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
@perexg
Copy link
Member

perexg commented Oct 17, 2023

Thanks.

@thesamesam thesamesam deleted the musl branch October 17, 2023 12:17
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

2 participants