Don't fall back to heapsort() if we would otherwise switch to
authormillert <millert@openbsd.org>
Tue, 30 May 2017 14:54:09 +0000 (14:54 +0000)
committermillert <millert@openbsd.org>
Tue, 30 May 2017 14:54:09 +0000 (14:54 +0000)
commit7d863ca839cb05b88652bf4c947e5d158a411f6d
tree52d29dacad81a4ddbd62a9d3b66a025f42ebb3ff
parent0f5d7bba888ab0511513ad5ea751e3ac0d3622fc
Don't fall back to heapsort() if we would otherwise switch to
insertion sort (when the number of elements is < 7).
lib/libc/stdlib/qsort.c