aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/sched.c
diff options
context:
space:
mode:
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)