CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/30 08:54:09
Modified files:
lib/libc/stdlib: qsort.c
Log message:
Don't fall back to heapsort() if we would otherwise switch to
insertion sort (when the number of elements is < 7).
