svn commit: r224683 - head/lib/libthread_db

Marius Strobl marius at alchemy.franken.de
Sat Aug 6 23:24:17 UTC 2011


On Sun, Aug 07, 2011 at 01:06:48AM +0300, Andriy Gapon wrote:
> on 07/08/2011 00:41 Garrett Cooper said the following:
> > It's not just i386. It's other architectures like arm, mips, and pc98
> > according to the tinderbox reports (this list is potentially
> > incomplete).
> 
> Yeah, confusingly enough thr_pread_long() is declared to take uint64_t* as its
> third argument, so this commit breaks all platforms where uint64_t is not
> derived from (unsigned) long.
> Just in case, thr_pread_int() takes uint32_t* as well.
> 

Yes, the type of val is wrong. I'm currently running a fix through a
universe build

Marius



More information about the svn-src-head mailing list