Mercurial > yaffs-ecoscentric
changeset 187:f9265a4a9545
Fix yaffs_qsort linkage
| author | charles |
|---|---|
| date | Mon, 23 Jul 2007 06:14:08 +0100 |
| parents | 8d85d9223f46 |
| children | e8d248451214 |
| files | yaffs_guts.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 {
