Remove the cast of the two parameter compare function used by qsort, to the three parameter callback function used by qsort_r, in order to ensure compatibility with other toolchains, even those off-tree. Fixes #42870 Signed-off-by: Danny Oerndrup <daor@demant.com> |
||
|---|---|---|
| .. | ||
| abort.c | ||
| atoi.c | ||
| bsearch.c | ||
| exit.c | ||
| malloc.c | ||
| qsort.c | ||
| rand.c | ||
| strtol.c | ||
| strtoul.c | ||