mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 16:57:09 +00:00
11 lines
221 B
Diff
11 lines
221 B
Diff
+++ ./glib/gthread-posix.c
|
|
@@ -1079,7 +1079,7 @@
|
|
sampled = cond->i[0];
|
|
g_mutex_unlock (mutex);
|
|
|
|
-#if defined(HAVE_FUTEX_TIME64)
|
|
+#if 0
|
|
#if defined(__ANDROID__)
|
|
if (__builtin_available (android 30, *)) {
|
|
#else
|