diff options
author | David Carlier <devnexen@gmail.com> | 2019-12-02 07:29:35 +0000 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2019-12-02 07:29:35 +0000 |
commit | 2e07261f576aa6230f3a2221646fa7895e8edac4 (patch) | |
tree | d6a42c8975d6bec9e779f94ec430367639d50e7e | |
parent | 8d5fded4d8f0f752ae2a4e2baed04a0c63258216 (diff) | |
download | afl++-2e07261f576aa6230f3a2221646fa7895e8edac4.tar.gz |
fix old linux kernel/Andrea approach
-rw-r--r-- | libdislocator/libdislocator.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 9a2ab004..543ade2d 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -31,7 +31,7 @@ #endif #ifdef __linux__ -#if __GLIBC__ >= 2 || __GLIBC_MINOR >= 25 +#ifdef __NR_getrandom #define _GNU_SOURCE #include <unistd.h> #include <sys/syscall.h> |