Give some identifiers internal linkage
Give draw_map(), xdeval(), LwpSchedQ[], LwpDeadQ, LwpContextPtr, LwpMaxpri, LwpStackGrowsDown internal linkage.
This commit is contained in:
parent
0a49cd24a3
commit
aee8272d3d
6 changed files with 8 additions and 11 deletions
|
@ -71,8 +71,6 @@ struct lwpQueue {
|
|||
/* XXX Note that this assumes sizeof(int) == 4 */
|
||||
#define LWP_CHECKMARK 0x5a5a5a5a
|
||||
|
||||
extern int LwpStackGrowsDown;
|
||||
|
||||
int lwpNewContext(struct lwpProc *);
|
||||
void lwpSwitchContext(struct lwpProc *, struct lwpProc *);
|
||||
void lwpAddTail(struct lwpQueue *, struct lwpProc *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue