From 5093c3fa40717e78b0a63955640a8ac9071b5c07 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 22 Oct 2004 18:45:08 +0000 Subject: try to implement the daemonize hack. --- src/libthread/fdwait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/fdwait.c') 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); } } -- cgit v1.2.3