mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
This commit is contained in:
commit
bb820c03e2
30 changed files with 117 additions and 110 deletions
3
cpus.c
3
cpus.c
|
@ -33,7 +33,10 @@
|
|||
|
||||
#include "qemu-thread.h"
|
||||
#include "cpus.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include "compatfd.h"
|
||||
#endif
|
||||
|
||||
#ifdef SIGRTMIN
|
||||
#define SIG_IPI (SIGRTMIN+4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue