Mercurial > yaffs-ecoscentric
diff yaffs_guts.c @ 187:f9265a4a9545
Fix yaffs_qsort linkage
| author | charles |
|---|---|
| date | Mon, 23 Jul 2007 06:14:08 +0100 |
| parents | fa4e74c5013d |
| children | 4551d577f9bb |
line wrap: on
line diff
--- a/yaffs_guts.c +++ b/yaffs_guts.c @@ -6058,7 +6058,7 @@ static int yaffs_ScanBackwards(yaffs_Dev #ifndef CONFIG_YAFFS_USE_OWN_SORT { /* Use qsort now. */ - qsort(blockIndex, nBlocksToScan, sizeof(yaffs_BlockIndex), ybicmp); + yaffs_qsort(blockIndex, nBlocksToScan, sizeof(yaffs_BlockIndex), ybicmp); } #else {
