about summary refs log tree commit diff
path: root/qemu_mode/unsigaction/unsigaction.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-22 20:01:44 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-22 20:01:44 +0200
commitff1f6af7e900ab4d76c91b9f2f4a60da259cd91d (patch)
treea31e420aa5ef5f513c3371988a1be11fe03c48a2 /qemu_mode/unsigaction/unsigaction.c
parent9aefe7a0402d4389aaff1f070c84ea1b95abc0fd (diff)
downloadafl++-ff1f6af7e900ab4d76c91b9f2f4a60da259cd91d.tar.gz
wine mode && fix llvm makefile
Diffstat (limited to 'qemu_mode/unsigaction/unsigaction.c')
-rw-r--r--qemu_mode/unsigaction/unsigaction.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu_mode/unsigaction/unsigaction.c b/qemu_mode/unsigaction/unsigaction.c
new file mode 100644
index 00000000..004084f9
--- /dev/null
+++ b/qemu_mode/unsigaction/unsigaction.c
@@ -0,0 +1,3 @@
+int sigaction(int signum, void *act, void *oldact) {
+  return 0;
+}