zephyr/tests/lib/c_lib/src
Keith Packard ced4ff29ea tests/c_lib: Set _GNU_SOURCE for qsort_r test
qsort_r is a GNU addition, so we need to #define _GNU_SOURCE to ensure
the prototype is defined in the header file.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-05-27 15:34:34 -07:00
..
main.c tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
test_qsort.c tests/c_lib: Set _GNU_SOURCE for qsort_r test 2022-05-27 15:34:34 -07:00