use libthread not ffork
This commit is contained in:
parent
d1f529f46f
commit
cd37451963
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user