zephyr/lib/libc/minimal/source/stdlib
Danny Oerndrup 845a200c1b libc: minimal: qsort remove callback cast in call of qsort_r
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>
2022-03-09 06:11:40 -05:00
..
abort.c
atoi.c lib: add default labels and comments to switch statements 2021-06-04 16:22:23 -05:00
bsearch.c
exit.c
malloc.c libc/minimal: locate the memory pool for malloc() to .bss 2021-09-10 10:59:25 -04:00
qsort.c libc: minimal: qsort remove callback cast in call of qsort_r 2022-03-09 06:11:40 -05:00
rand.c libc: minimal: Add rand() and srand() 2021-07-20 13:32:36 -04:00
strtol.c license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
strtoul.c license: add missing SPDX headers 2021-02-11 08:05:16 -05:00