mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-07 03:13:25 +00:00
12 lines
235 B
Diff
12 lines
235 B
Diff
--- a/glib/gthread-posix.c
|
|
+++ b/glib/gthread-posix.c
|
|
@@ -1647,7 +1647,7 @@
|
|
sampled = cond->i[0];
|
|
g_mutex_unlock (mutex);
|
|
|
|
-#ifdef __NR_futex_time64
|
|
+#if defined __NR_futex_time64 && !defined __ANDROID__
|
|
{
|
|
struct
|
|
{
|