Skip to content

Commit 67b7a34

Browse files
committed
Prepare for new p/invoke code, step #2
1 parent 6c04d33 commit 67b7a34

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

src/native/monodroid/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ set(XAMARIN_MONODROID_SOURCES
6060
monodroid-tracing.cc
6161
monovm-properties.cc
6262
osbridge.cc
63-
pinvoke-override-api.cc
6463
runtime-util.cc
6564
timezones.cc
6665
xamarin_getifaddrs.cc

src/native/monodroid/pinvoke-override-api.cc

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/native/runtime-base/monodroid-dl.hh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ namespace xamarin::android::internal
1919
{
2020
class MonodroidDl
2121
{
22+
<<<<<<< HEAD
2223
static inline xamarin::android::mutex dso_handle_write_lock;
24+
=======
25+
static inline std::mutex dso_handle_write_lock;
26+
>>>>>>> 0c9fc0626 (Prepare for new p/invoke code, step #2)
2327

2428
static unsigned int convert_dl_flags (int flags) noexcept
2529
{

0 commit comments

Comments
 (0)