Merge pull request #706 from dfreese/tsan_annotation

Change size type in AnnotateBenignRaceSized to size_t from long
This commit is contained in:
Sergiu Deitsch 2021-09-03 19:27:28 +02:00 committed by GitHub
commit 9733727be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1034,7 +1034,7 @@ extern "C" void AnnotateBenignRaceSized(
const char *file,
int line,
const volatile void *mem,
long size,
size_t size,
const char *description);
namespace google {