Imported Upstream version 6.12.0.156

Former-commit-id: 8ff468edef2b5377f24097610316870b85491049
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2021-09-28 19:45:06 +00:00
parent 4651b7ea22
commit a2828bff8b
80 changed files with 942 additions and 789 deletions

View File

@@ -70,8 +70,12 @@
#include "../darwin_stop_world.c"
#include "../dyn_load.c"
#include "../gc_dlopen.c"
#if !defined(PLATFORM_MACH_DEP)
#include "../mach_dep.c"
#endif
#if !defined(PLATFORM_STOP_WORLD)
#include "../pthread_stop_world.c"
#endif
#include "../pthread_support.c"
#include "../specific.c"
#include "../win32_threads.c"