Skip to content

Commit

Permalink
Merge 48c86ec into merged_master (Bitcoin PR bitcoin/bitcoin#22069)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jul 17, 2021
2 parents 2d90d5e + 48c86ec commit 84be3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/fuzz/util.h
Expand Up @@ -385,7 +385,7 @@ class FuzzedFileProvider
[&] {
mode = "a+";
});
#ifdef _GNU_SOURCE
#if defined _GNU_SOURCE && !defined __ANDROID__
const cookie_io_functions_t io_hooks = {
FuzzedFileProvider::read,
FuzzedFileProvider::write,
Expand Down

0 comments on commit 84be3d4

Please sign in to comment.