Various tweaks to make things run on Mac OS.
The main change is the use of pthread to implement ffork.
This commit is contained in:
parent
e182749a98
commit
a995e477ff
12 changed files with 84 additions and 12 deletions
|
|
@ -19,7 +19,7 @@ OFILES=\
|
|||
nrand.$O\
|
||||
qlock.$O\
|
||||
readn.$O\
|
||||
rendez.$O\
|
||||
rendez-$(SYSNAME).$O\
|
||||
strecpy.$O\
|
||||
sysfatal.$O\
|
||||
tas-$(OBJTYPE).$O\
|
||||
|
|
@ -31,7 +31,7 @@ OFILES=\
|
|||
werrstr.$O\
|
||||
|
||||
HFILES=\
|
||||
lib9.h\
|
||||
$(9SRC)/include/lib9.h\
|
||||
|
||||
include $(9SRC)/Makesyslib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue