]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/array.c
Added basic threading parameters.
[libucw.git] / lib / sorter / array.c
index a6c217e8b2dca296f86edc5a79cef8630f71508c..e3cc07fbb15cfb734c9d4078125893c78eacfaa8 100644 (file)
@@ -57,6 +57,10 @@ asort_radix(struct asort_context *ctx, void *array, void *buffer, uns num_elts,
     }
 }
 
+#ifdef CONFIG_UCW_THREADS
+
+#endif
+
 void
 asort_run(struct asort_context *ctx)
 {