devdraw: can use libthread directly now on macOS

This commit is contained in:
Russ Cox 2020-01-08 20:03:31 -05:00
parent db20f89c32
commit ce27d7babd
5 changed files with 13 additions and 79 deletions

View file

@ -4,7 +4,7 @@
#include <u.h>
#include <libc.h>
#include "cocoa-thread.h"
#include <thread.h>
#include <draw.h>
#include <memdraw.h>
#include <keyboard.h>