about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-17 18:30:59 +0800
committerGitHub <noreply@github.com>2025-04-17 12:30:59 +0200
commit882d933d8494a44cb03c0db8705ca0c96117aeeb (patch)
tree844683440aaac55697b8829e9f0bf6f7b19d81f8 /src/emu
parent9579dd9ff14282cb9674e8cf08064220013fb46b (diff)
downloadbox64-882d933d8494a44cb03c0db8705ca0c96117aeeb.tar.gz
box64-882d933d8494a44cb03c0db8705ca0c96117aeeb.zip
[WOW64] Finished skeleton code for PE build (#2542)
* [WOW64] Finished skeleton code for PE build

* move musl to external
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 40768f27..aaf27b18 100644
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -4,7 +4,6 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
-#include <signal.h>
 #include <sys/types.h>
 #include <unistd.h>