We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The source uses __compar_fn_t, which is not specified by POSIX: https://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html
At least on NetBSD, this is not defined (not a bug, since POSIX doesn't specify it).
An example of how this was addressed in other software is https://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html
(Other than this, running cmake and make -k on NetBSD 9, this is the only issue so far -- which is great!)
The text was updated successfully, but these errors were encountered:
I don't see that in the source code anymore in the dev branch. I guess i fixed it and forgot to close this.
Sorry, something went wrong.
No branches or pull requests
The source uses __compar_fn_t, which is not specified by POSIX: https://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html
At least on NetBSD, this is not defined (not a bug, since POSIX doesn't specify it).
An example of how this was addressed in other software is https://pubs.opengroup.org/onlinepubs/9699919799/functions/qsort.html
(Other than this, running cmake and make -k on NetBSD 9, this is the only issue so far -- which is great!)
The text was updated successfully, but these errors were encountered: