use libthread not ffork

This commit is contained in:
rsc 2005-10-29 16:26:32 +00:00
parent d1f529f46f
commit cd37451963

View file

@ -101,7 +101,7 @@ p9rfork(int flags)
return pid;
}
if(flags&RFPROC){
werrstr("cannot use rfork for shared memory -- use ffork");
werrstr("cannot use rfork for shared memory -- use libthread");
return -1;
}
if(flags&RFNAMEG){