svn commit: r224683 - head/lib/libthread_db

Andriy Gapon avg at FreeBSD.org
Sat Aug 6 22:06:56 UTC 2011


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.

-- 
Andriy Gapon


More information about the svn-src-all mailing list