CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/29 02:46:08
Modified files:
sys/kern : kern_exit.c kern_sig.c
sys/sys : proc.h
Log message:
Use a macro to check if a thread has a sibling.
Note that without locking a thread cannot claim that it is part
of a multi-threaded process using this macro.
Suggested by miod@, ok guenther@
