summaryrefslogtreecommitdiffstats
path: root/src/libthread/sched.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-25 02:11:11 +0000
committerrsc <devnull@localhost>2003-11-25 02:11:11 +0000
commit64bcfff3a12695f4e3f54b0590e896611da71c3b (patch)
tree4069bf27ba50ec5fa81e1ca201fc38cf3cb496be /src/libthread/sched.c
parentf7012583e9a7594cbb5ebe8e974bb69061189262 (diff)
downloadplan9port-64bcfff3a12695f4e3f54b0590e896611da71c3b.tar.gz
plan9port-64bcfff3a12695f4e3f54b0590e896611da71c3b.zip
More tweaks on Linux and Solaris.
Diffstat (limited to 'src/libthread/sched.c')
-rw-r--r--src/libthread/sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/sched.c b/src/libthread/sched.c
index b9e646e3..293e3306 100644
--- a/src/libthread/sched.c
+++ b/src/libthread/sched.c
@@ -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)