diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-30 13:53:00 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-30 13:53:00 +0200 |
commit | 95b46b427887db655b3f2b9a04dae1924e665d27 (patch) | |
tree | dd93367711d95119da68d6024265138fb9de03c6 /include/common.h | |
parent | b16ccb481195d338b3b4a800965ba4054d268886 (diff) | |
download | afl++-95b46b427887db655b3f2b9a04dae1924e665d27.tar.gz |
reverted extendended read_timed
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h index 7b7bf02d..4aed9572 100644 --- a/include/common.h +++ b/include/common.h @@ -107,9 +107,6 @@ u8 *u_stringify_mem_size(u8 *buf, u64 val); u8 *u_stringify_time_diff(u8 *buf, u64 cur_ms, u64 event_ms); -/* Sets a filedescriptor to non-blocking mode (for read_timed) */ -void set_nonblocking(int fd); - /* Wrapper for select() and read(), reading exactly len bytes. Returns the time passed to read. stop_soon should point to a variable indicating ctrl+c was pressed. |