Clean up the move of lwpProc (lwpint.h rev. 1.11, lwp.h rev. 1.8).

This commit is contained in:
Markus Armbruster 2005-12-10 15:00:35 +00:00
parent a540be8fe3
commit bb33660672
2 changed files with 9 additions and 6 deletions

View file

@ -24,6 +24,12 @@
#ifndef _LWPINT_H
#define _LWPINT_H
#ifdef UCONTEXT
#include <ucontext.h>
#else /* !UCONTEXT */
#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 */