More tweaks on Linux and Solaris.
This commit is contained in:
parent
f7012583e9
commit
64bcfff3a1
14 changed files with 118 additions and 75 deletions
|
|
@ -10,7 +10,6 @@ static char *_psstate[] = {
|
|||
"Ready",
|
||||
"Rendezvous",
|
||||
};
|
||||
#endif
|
||||
|
||||
static char*
|
||||
psstate(int s)
|
||||
|
|
@ -19,6 +18,7 @@ psstate(int s)
|
|||
return "unknown";
|
||||
return _psstate[s];
|
||||
}
|
||||
#endif
|
||||
|
||||
void
|
||||
_schedinit(void *arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue