]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libsanitizer/lsan/lsan_common_mac.cpp
Libsanitizer: merge from master.
[thirdparty/gcc.git] / libsanitizer / lsan / lsan_common_mac.cpp
index c1804e93c11db7ce667102bbe925300815d9891b..8516a176eb467ef53095ce75921d26838b4113ad 100644 (file)
@@ -193,7 +193,8 @@ void ProcessPlatformSpecificAllocations(Frontier *frontier) {
 // causes rare race conditions.
 void HandleLeaks() {}
 
-void LockStuffAndStopTheWorld(StopTheWorldCallback callback, void *argument) {
+void LockStuffAndStopTheWorld(StopTheWorldCallback callback,
+                              CheckForLeaksParam *argument) {
   LockThreadRegistry();
   LockAllocator();
   StopTheWorld(callback, argument);