use libthread not ffork
This commit is contained in:
parent
d1f529f46f
commit
cd37451963
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue