zephyr/lib/libc/minimal/source
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
..
stdlib libc: minimal: qsort remove callback cast in call of qsort_r 2022-03-09 06:11:40 -05:00
stdout libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
string libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00
time libc: minimal: Use new ZRESTRICT macro 2021-11-05 13:29:31 +01:00