(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

@ -89,7 +89,6 @@ void *lwpGetUD(struct lwpProc * p);
void lwpSetUD(struct lwpProc * p, char *ud);
void lwpSetDesc(struct lwpProc * p, char *name, char *desc);
int lwpSetPriority(int prio);
void lwpReschedule(void);
struct lwpSem *lwpCreateSem(char *name, int count);
void lwpSignal(struct lwpSem *);