Module Name: src Committed By: kamil Date: Tue Nov 22 04:51:06 UTC 2016
Modified Files: src/lib/libpthread_dbg: pthread_dbg.c pthread_dbg.h Log Message: Obsolete thread_type in td_thread_info_st in <pthread_dbg.h> The thread_type is irrelevant as all local POSIX threads are in user-space. Keep the thread_type member in td_thread_info_st to preserve ABI compatibility. Later the remnants from M:N will be refactored in one go with library ABI version bump. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libpthread_dbg/pthread_dbg.c cvs rdiff -u -r1.8 -r1.9 src/lib/libpthread_dbg/pthread_dbg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.