summaryrefslogtreecommitdiffstats
path: root/src/libthread/fdwait.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread/fdwait.c')
-rw-r--r--src/libthread/fdwait.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/fdwait.c b/src/libthread/fdwait.c
index 8768e60d..a46ea456 100644
--- a/src/libthread/fdwait.c
+++ b/src/libthread/fdwait.c
@@ -163,7 +163,7 @@ threadfdwaitsetup(void)
if(!setup){
setup = 1;
- threadcreateidle(pollidle, nil, 16384);
+ proccreate(pollidle, nil, 16384);
}
}