diff options
Diffstat (limited to 'libdiskfs/init-first.c')
-rw-r--r-- | libdiskfs/init-first.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/init-first.c b/libdiskfs/init-first.c index 6b0aee4e..ca4b2287 100644 --- a/libdiskfs/init-first.c +++ b/libdiskfs/init-first.c @@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ void diskfs_spawn_first_thread (void) { - cthread_detach (cthread_fork ((cthread_fn_t) ports_manage_port_operations, + cthread_detach (cthread_fork ((cthread_fn_t) + ports_manage_port_operations_multithread, (any_t) 0)); } |