diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-22 20:01:44 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-22 20:01:44 +0200 |
| commit | ff1f6af7e900ab4d76c91b9f2f4a60da259cd91d (patch) | |
| tree | a31e420aa5ef5f513c3371988a1be11fe03c48a2 /qemu_mode/unsigaction/unsigaction.c | |
| parent | 9aefe7a0402d4389aaff1f070c84ea1b95abc0fd (diff) | |
| download | afl++-ff1f6af7e900ab4d76c91b9f2f4a60da259cd91d.tar.gz | |
wine mode && fix llvm makefile
Diffstat (limited to 'qemu_mode/unsigaction/unsigaction.c')
| -rw-r--r-- | qemu_mode/unsigaction/unsigaction.c | 3 |
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; +} |
