K 10 svn:author V 6 marius K 8 svn:date V 27 2011-08-13T12:47:09.076044Z K 7 svn:log V 210 MFC: r224683, r224693 The tid member of struct pthread actually is long so read it as such. Accessing it as an int causes failure on big-endian LP64, i.e. mips64be, powerpc64 and sparc64. Reviewed by: marcel END