about summary refs log tree commit diff
path: root/utils/defork/defork.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-04 15:14:20 +0100
committerhexcoder- <heiko@hexco.de>2021-01-04 15:14:20 +0100
commit33a7d6f1688856c050b0ac71ac1df4018e4d531c (patch)
tree9e2888ee429ff46ed59feedd39020e9c3bad5b55 /utils/defork/defork.c
parentc423aebb1a6987d8ca58175aee23bc08b611d4c8 (diff)
downloadafl++-33a7d6f1688856c050b0ac71ac1df4018e4d531c.tar.gz
code cleanups (from cppcheck)
Diffstat (limited to 'utils/defork/defork.c')
-rw-r--r--utils/defork/defork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/defork/defork.c b/utils/defork/defork.c
index f71d1124..f50b9a4b 100644
--- a/utils/defork/defork.c
+++ b/utils/defork/defork.c
@@ -1,4 +1,4 @@
-#define __GNU_SOURCE
+#define _GNU_SOURCE
 #include <dlfcn.h>
 #include <unistd.h>
 #include <stdio.h>