tuse libthread not ffork - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit cd3745196389579fb78b9b01ef1daefb5a57aa71
DIR parent d1f529f46f957c78a3db73b42c2fcd2d3c9f8a34
HTML Author: rsc <devnull@localhost>
Date: Sat, 29 Oct 2005 16:26:32 +0000
use libthread not ffork
Diffstat:
M src/lib9/rfork.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/lib9/rfork.c b/src/lib9/rfork.c
t@@ -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){