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:32:22 +0100
committerhexcoder- <heiko@hexco.de>2021-01-04 15:32:22 +0100
commitb7af98e94561ebe44ea37304a357b00499d1104d (patch)
tree6ba2356e8e6879ae4c528e9a4f775132868a00fc /utils/defork/defork.c
parent5cdbfeef4a84b9dc2e5f8e88ee018c6c6e72fa44 (diff)
downloadafl++-b7af98e94561ebe44ea37304a357b00499d1104d.tar.gz
code cleanups (from cppcheck mostly)
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>