> Author: arekm Date: Sun Jun 24 11:47:23 2007 GMT
> Module: SOURCES Tag: HEAD
> ---- Log message:
> - new
>
> ---- Files affected:
> SOURCES:
> kismet-c++.patch (NONE -> 1.1) (NEW)
>
> + for (int t = 0; t < numthreads; t++) {
> + void *tmp;
> + pthread_join(mapthread[t], &tmp);
> +- thread_status = reinterpret_cast<int>(tmp);
> ++ thread_status = reinterpret_cast<long>(tmp);
> + }
czy aby nie przypadkiem status watku, to wartosc zwrocona przez join() ?
0 == ok, albo -E<costam>
--
MIT is like the Paris Hilton of technology universities.
Every guy knows about it and want's to get inside.
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl