From 62fb4f97177d8e76f1fd49bb9d0073007b7c9bcc Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 10 Jan 2012 17:26:31 +0100 Subject: libc: restoring simple sequential version of dial() --- sys/src/libthread/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/src/libthread/main.c') diff --git a/sys/src/libthread/main.c b/sys/src/libthread/main.c index 72e3a8701..1dcd9c319 100644 --- a/sys/src/libthread/main.c +++ b/sys/src/libthread/main.c @@ -17,9 +17,6 @@ static jmp_buf _mainjmp; static void mainlauncher(void*); extern void (*_sysfatal)(char*, va_list); extern void (*__assert)(char*); -extern int (*_dial)(char*, char*, char*, int*); - -extern int _threaddial(char*, char*, char*, int*); static Proc **mainp; @@ -38,7 +35,6 @@ main(int argc, char **argv) _systhreadinit(); _qlockinit(_threadrendezvous); _sysfatal = _threadsysfatal; - _dial = _threaddial; __assert = _threadassert; notify(_threadnote); if(mainstacksize == 0) -- cgit v1.2.3