CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/02 22:22:49
Modified files:
sys/sys : sem.h
sys/kern : kern_exit.c sysv_sem.c
Log message:
Fix SEM_UNDO handling for rthreads: use the struct process* instead
of the struct proc* as the identifier for SEM_UNDO tracking and only
call semexit() from the original thread, once the process as a whole
is exiting
ok tedu@
