(lwpReschedule): Internal function, move declaration from lwp.h to

lwpint.h.
This commit is contained in:
Markus Armbruster 2005-07-24 10:00:52 +00:00
parent 4e9066c894
commit 2248c07024
2 changed files with 1 additions and 2 deletions

View file

@ -84,7 +84,7 @@ typedef struct {
void lwpAddTail(struct lwpQueue *, struct lwpProc *);
struct lwpProc *lwpGetFirst(struct lwpQueue *);
void lwpReady(struct lwpProc *);
void lwpOnalarm(void);
void lwpReschedule(void);
#ifdef UCONTEXT
void lwpInitContext(struct lwpProc *, stack_t *);