Skip to content

Commit 17f43a2

Browse files
committed
Fix for android ioctl issue
1 parent 589b45f commit 17f43a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

overlays/patches/iserv-proxy-interpreter-9.3-android.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ new file mode 100644
33
index 0000000..d447895
44
--- /dev/null
55
+++ b/cbits/symbols.c
6-
@@ -0,0 +1,318 @@
6+
@@ -0,0 +1,319 @@
7+
+#define BIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD
78
+#include <stddef.h>
89
+#include <stdio.h>
910
+#include <string.h>

0 commit comments

Comments
 (0)