X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsorter%2Farray.c;h=e3cc07fbb15cfb734c9d4078125893c78eacfaa8;hb=bed60cae19aeac3b0fc07275f8c8fa2a7ec93639;hp=65a11921074c62046023e58bc3d39884c557250b;hpb=15a2b6d5ef43218fc66b95e4c24b152934feb77e;p=libucw.git diff --git a/lib/sorter/array.c b/lib/sorter/array.c index 65a11921..e3cc07fb 100644 --- a/lib/sorter/array.c +++ b/lib/sorter/array.c @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "lib/lib.h" #include "lib/sorter/common.h" @@ -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) {