Skip to content

glib: Block futex_time64 usage on Android API level < 30

Hi all,

This PR is to fix the usage of futex_time64 causing an instant Seccomp crash on Android < 11.

This syscall is seccomp blocked on all API levels lower than 30:

https://github.com/aosp-mirror/platform_bionic/commit/ee7bc3002dc3127faac110167d28912eb0e86a20

This patch was backported from the MR upstream: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3987

Merge request reports