Commit Diff


commit - 05d8c6df6c626f9e80e7d0ffe241c061bda36324
commit + 4fbe07e1db9282a09a3f021922a3e13346b5e932
blob - 54b2c0729dd8db8cddcfe369634f08b563fdff12
blob + ba566b7ec54ea649c3d62e30e70f58dbc64a4299
--- acid/thread
+++ acid/thread
@@ -116,7 +116,7 @@ defn threadfmt(T){
 	local A, yes, i, P, s;
 
 	P = (Proc)T.proc;
-	s = "t=(Thread)"+itoa(T, "%-10x")+" ";
+	s = "t=(Thread)"+itoa(T, "%-10x")+" // ";
 
 	if T.state == Running then
 		s = s + "Running    ";
blob - da9f9dc1e36ad5c6ff30aef3da6aac0492df6734
blob + c4c40e466fb6c6ad8c35081b36dcedaaf6888a4e
--- include/libc.h
+++ include/libc.h
@@ -654,8 +654,6 @@ enum
 /*	RFREND		= (1<<13), */
 /*	RFNOMNT		= (1<<14) */
 };
-
-extern int		ffork(int, void(*)(void*), void*);
 
 typedef
 struct Qid
@@ -714,7 +712,7 @@ extern	int	p9dup(int, int);
 extern	int	errstr(char*, uint);
 extern	int	p9exec(char*, char*[]);
 /* extern	int	execl(char*, ...); <unistd.h> */
-extern	int	p9fork(void);
+/* extern	int	p9fork(void); */
 extern	int	p9rfork(int);
 /* not implemented 
 extern	int	fauth(int, char*);
@@ -770,7 +768,7 @@ extern	ulong	rendezvous(ulong, ulong);
 #define sleep		p9sleep
 #define wait		p9wait
 #define waitpid		p9waitpid
-#define fork		p9fork
+/* #define fork		p9fork */
 #define rfork		p9rfork
 /* #define access		p9access */
 #define create		p9create