Give some identifiers internal linkage

Give draw_map(), xdeval(), LwpSchedQ[], LwpDeadQ, LwpContextPtr,
LwpMaxpri, LwpStackGrowsDown internal linkage.
This commit is contained in:
Markus Armbruster 2008-08-03 21:00:40 -04:00
parent 0a49cd24a3
commit aee8272d3d
6 changed files with 8 additions and 11 deletions

View file

@ -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 *);