Merge pull request #706 from dfreese/tsan_annotation
Change size type in AnnotateBenignRaceSized to size_t from long
This commit is contained in:
commit
9733727be4
@ -1034,7 +1034,7 @@ extern "C" void AnnotateBenignRaceSized(
|
|||||||
const char *file,
|
const char *file,
|
||||||
int line,
|
int line,
|
||||||
const volatile void *mem,
|
const volatile void *mem,
|
||||||
long size,
|
size_t size,
|
||||||
const char *description);
|
const char *description);
|
||||||
|
|
||||||
namespace google {
|
namespace google {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user