Skip to content

Commit

Permalink
Fix for android ioctl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 13, 2025
1 parent 589b45f commit 17f43a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion overlays/patches/iserv-proxy-interpreter-9.3-android.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stddef.h>
+#include <stdio.h>
+#include <string.h>
Expand Down

0 comments on commit 17f43a2

Please sign in to comment.