add make CONF=pthread for modern systems

This commit is contained in:
Russ Cox
2008-12-09 07:05:09 +00:00
parent 189f67ae9b
commit 4f14409f56
11 changed files with 590 additions and 3 deletions

View File

@ -57,3 +57,7 @@ void drawflushr(Rectangle);
void flushmemscreen(Rectangle);
uchar *attachscreen(Rectangle*, ulong*, int*, int*, int*, void**);
void drawqlock(void);
void drawqunlock(void);
int drawcanqlock(void);
void terminit(void);