mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 13:03:31 +00:00
0442d0b1f3
Co-Authored-By: Lucy Phipps <landfillbaby69@gmail.com>
12 lines
361 B
Diff
12 lines
361 B
Diff
--- a/flang/runtime/time-intrinsic.cpp
|
|
+++ b/flang/runtime/time-intrinsic.cpp
|
|
@@ -139,7 +139,7 @@
|
|
}
|
|
}
|
|
|
|
-#ifndef _AIX
|
|
+#if !defined(_AIX) && !(defined(__ANDROID__) && __ANDROID__ < 29)
|
|
// This is the fallback implementation, which should work everywhere.
|
|
template <typename Unused = void>
|
|
count_t GetSystemClockCount(int kind, fallback_implementation) {
|