Module Name: src Committed By: kamil Date: Sun Nov 20 02:27:56 UTC 2016
Modified Files: src/lib/libpthread_dbg: pthread_dbg.c Log Message: Fix pt_magic (part of pthread_t) read in td_thr_info() The pt_magic field is not the first one in the pthread_t structure. After this fix, this code is confirmed to work and function td_thr_info() is functional. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libpthread_dbg/pthread_dbg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.