(lwpDestroy): Internal linkage.
(lwpSelect, lwpStatus): Declare in lwpint.h instead of lwp.h.
This commit is contained in:
parent
0f2e12d3aa
commit
f51769659c
3 changed files with 6 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue