diff options
Diffstat (limited to 'compiler-rt/lib/msan/lit_tests/malloc_hook.cc')
| -rw-r--r-- | compiler-rt/lib/msan/lit_tests/malloc_hook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/msan/lit_tests/malloc_hook.cc b/compiler-rt/lib/msan/lit_tests/malloc_hook.cc index 5e7e7dc857e..fc68fbc35fb 100644 --- a/compiler-rt/lib/msan/lit_tests/malloc_hook.cc +++ b/compiler-rt/lib/msan/lit_tests/malloc_hook.cc @@ -4,7 +4,7 @@ #include <unistd.h> extern "C" { -bool __msan_get_ownership(const void *p); +int __msan_get_ownership(const void *p); void *global_ptr; |

