diff options
author | van Hauser <vh@thc.org> | 2020-07-29 14:30:22 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-29 14:30:22 +0200 |
commit | ffe5619a9d0934f9088ef32ddbd507a0ddbde321 (patch) | |
tree | 1ce79495c6ba66ed3c528a9c6a8a54e5791e08fc /include/snapshot-inl.h | |
parent | 3b194e16903e841ec0e6f5c7ae0352709c9e802b (diff) | |
download | afl++-ffe5619a9d0934f9088ef32ddbd507a0ddbde321.tar.gz |
fix snapshot include
Diffstat (limited to 'include/snapshot-inl.h')
-rw-r--r-- | include/snapshot-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snapshot-inl.h b/include/snapshot-inl.h index 263a4b63..a75d69c0 100644 --- a/include/snapshot-inl.h +++ b/include/snapshot-inl.h @@ -95,7 +95,7 @@ static int afl_snapshot_take(int config) { } -static int afl_snapshot_take(void) { +static int afl_snapshot_do(void) { return ioctl(afl_snapshot_dev_fd, AFL_SNAPSHOT_IOCTL_DO); |