(lwpDestroy): Internal linkage.

(lwpSelect, lwpStatus): Declare in lwpint.h instead of lwp.h.
This commit is contained in:
Markus Armbruster 2006-06-07 06:01:29 +00:00
parent 0f2e12d3aa
commit f51769659c
3 changed files with 6 additions and 5 deletions

View file

@ -48,6 +48,7 @@ char **LwpContextPtr;
int LwpMaxpri = 0; /* maximum priority so far */
int LwpStackGrowsDown;
static void lwpDestroy(struct lwpProc *proc);
static void lwpStackCheckInit(struct lwpProc *newp);
static void lwpStackCheck(struct lwpProc *newp);
static void lwpStackCheckUsed(struct lwpProc *newp);