From 17f43a2c3032ae59589cb33aa1adb2c357980b17 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Mon, 13 Jan 2025 17:09:40 +1300 Subject: [PATCH] Fix for android ioctl issue --- overlays/patches/iserv-proxy-interpreter-9.3-android.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overlays/patches/iserv-proxy-interpreter-9.3-android.patch b/overlays/patches/iserv-proxy-interpreter-9.3-android.patch index ec106c1e69..eb12c63761 100644 --- a/overlays/patches/iserv-proxy-interpreter-9.3-android.patch +++ b/overlays/patches/iserv-proxy-interpreter-9.3-android.patch @@ -3,7 +3,8 @@ new file mode 100644 index 0000000..d447895 --- /dev/null +++ b/cbits/symbols.c -@@ -0,0 +1,318 @@ +@@ -0,0 +1,319 @@ ++#define BIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD +#include +#include +#include