Continue switching library over to pthreads when possible.
Tprimes works on Linux 2.6. You can only have 128 procs though.
This commit is contained in:
@@ -41,6 +41,9 @@ HFILES=\
|
||||
|
||||
<$PLAN9/src/mksyslib
|
||||
|
||||
tfork: tfork.$O $PLAN9/lib/$LIB
|
||||
$LD -o tfork tfork.$O $LDFLAGS -lthread -l9
|
||||
|
||||
tprimes: tprimes.$O $PLAN9/lib/$LIB
|
||||
$LD -o tprimes tprimes.$O $LDFLAGS -lthread -l9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user