Textual updates, moved thread.h to win/plat_thread.h (and thread.c to new lnx/ folder) to clean that up.

This commit is contained in:
waltje
2017-06-05 01:20:51 -04:00
parent 584fa078d3
commit 2ed2e09650
18 changed files with 181 additions and 155 deletions

View File

@@ -21,8 +21,8 @@
#include "ibm.h"
#include "config.h"
#include "device.h"
#include "thread.h"
#include "network.h"
#include "plat_thread.h"
static queueADT slirpq; /* SLiRP library handle */