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

Missing <sys/cdefs.h> on systems with musl libc #306

Closed
doughdemon opened this issue May 27, 2024 · 0 comments
Closed

Missing <sys/cdefs.h> on systems with musl libc #306

doughdemon opened this issue May 27, 2024 · 0 comments

Comments

@doughdemon
Copy link
Contributor

Could you revert commit 3923ae6 ? <sys/cdefs.h> is not available on all system including those using musl libc. src/main/select.c now already provides a definition of __STRING if not already defined. Alternatively, the configure script could check for <sys/cdefs.h>.

rkd77 added a commit that referenced this issue May 27, 2024
rkd77 added a commit that referenced this issue Oct 5, 2024
This reverts commit 3923ae6.

(cherry picked from commit ee43345)
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