Skip to content

Commit

Permalink
[Android] Remove BROKEN_CLOCK_SOURCE define on Android (#73489)
Browse files Browse the repository at this point in the history
Fixes #58737
  • Loading branch information
steveisok committed Aug 9, 2022
1 parent 8e407e3 commit 136e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/utils/mono-os-mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#if !defined(HOST_WIN32)

#if !defined(CLOCK_MONOTONIC) || defined(HOST_DARWIN) || defined(HOST_ANDROID) || defined(HOST_WASM)
#if !defined(CLOCK_MONOTONIC) || defined(HOST_DARWIN) || defined(HOST_WASM)
#define BROKEN_CLOCK_SOURCE
#endif

Expand Down

0 comments on commit 136e29f

Please sign in to comment.