Skip to content

Commit 1f2ee73

Browse files
committed
Adjust after rebase
1 parent cb3edf4 commit 1f2ee73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/native/pinvoke-override/common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
using namespace xamarin::android;
44

55
PinvokeOverride::pinvoke_library_map PinvokeOverride::other_pinvoke_map (PinvokeOverride::LIBRARY_MAP_INITIAL_BUCKET_COUNT);
6-
std::mutex PinvokeOverride::pinvoke_map_write_lock;
6+
xamarin::android::mutex PinvokeOverride::pinvoke_map_write_lock;

src/native/pinvoke-override/pinvoke-override-api.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ namespace xamarin::android {
7878
static void* monodroid_pinvoke_override (const char *library_name, const char *entrypoint_name);
7979

8080
private:
81-
static std::mutex pinvoke_map_write_lock;
81+
static xamarin::android::mutex pinvoke_map_write_lock;
8282
static pinvoke_library_map other_pinvoke_map;
8383

8484
#if defined(PRECOMPILED)

0 commit comments

Comments
 (0)