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> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_qsort.c | ||
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> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_qsort.c | ||