-
Notifications
You must be signed in to change notification settings - Fork 321
Closed
Description
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!)
Metadata
Metadata
Assignees
Labels
No labels