summaryrefslogtreecommitdiff
path: root/common/lib/libc/stdlib/heapsort.c
AgeCommit message (Collapse)Author
2008-11-17oops, converted some #ifndef into #if defined...jnemeth
2008-11-17Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE)jnemeth
from Bernd Ernesti on source-changes@. This fixes a build breakage with i386/amd64 bootblocks.
2008-11-16Our qsort() is inappropriate for kernel use because it makes recursivead
calls. Replace it with a kheapsort() function in kernel. Pointed out by tron@.