(lwpReschedule): Remove code permitting SIGALRM to be catched safely,

because there's no handler for it.
(LCOUNT, oldmask): Remove.
(lwpEntryPoint): Don't initialize oldmask.  Should have been done in
lwpInitSystem() anyway.
This commit is contained in:
Markus Armbruster 2006-06-06 20:57:03 +00:00
parent 5df2ae0da7
commit 24b56b9365
2 changed files with 0 additions and 23 deletions

View file

@ -41,11 +41,6 @@
#include <setjmp.h>
#endif /* !UCONTEXT */
/* `liveness' counter: check signals every `n' visits to the scheduler */
/* note: the lower this value, the more responsive the system but the */
/* more inefficient the context switch time */
#define LCOUNT -1
/* process control block. do *not* change the position of context */
struct lwpProc {
#ifdef UCONTEXT