Skip to content

Commit

Permalink
Make mono_polling_required a public symbol (#54592)
Browse files Browse the repository at this point in the history
Resolves build failure with the Android aot+llvm functional test
  • Loading branch information
steveisok committed Jun 23, 2021
1 parent 9039c77 commit fa86c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/utils/mono-threads-coop.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "mono/metadata/icalls.h"

/* JIT specific interface */
extern volatile size_t mono_polling_required;
MONO_API_DATA volatile size_t mono_polling_required;

/* Internal API */

Expand Down

0 comments on commit fa86c81

Please sign in to comment.