diff options
author | carpintero-de-c <175505615+carpintero-de-c@users.noreply.github.com> | 2024-07-14 03:55:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-14 00:25:58 +0200 |
commit | 7c380a6612f00e4a7ed02364dc2b3769e8edc8f8 (patch) | |
tree | fd78a050b4fa1372f6d023f10f3513a76e1ee769 /include/afl-fuzz.h | |
parent | 3f26818d973c4929857977b7cdfcf26cc0a84eb3 (diff) | |
download | afl++-7c380a6612f00e4a7ed02364dc2b3769e8edc8f8.tar.gz |
Replace gettimeofday with clock_gettime (#2159)
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 0f0e45d3..a7526aff 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -64,7 +64,6 @@ #include <netinet/in.h> #include <sys/wait.h> -#include <sys/time.h> #ifndef USEMMAP #include <sys/shm.h> #endif |