From e9fe13f88316e7d313a75e2977e7efad1d7a2619 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 5 Dec 2017 18:31:07 +0100 Subject: [PATCH] Drop no longer needed patch to --- ndk-patches/sys-user.h.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ndk-patches/sys-user.h.patch diff --git a/ndk-patches/sys-user.h.patch b/ndk-patches/sys-user.h.patch deleted file mode 100644 index 73f2578a..00000000 --- a/ndk-patches/sys-user.h.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -u -r /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm64/usr/include/sys/user.h ./usr/include/sys/user.h ---- /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm64/usr/include/sys/user.h 2014-12-08 21:59:41.000000000 -0500 -+++ ./usr/include/sys/user.h 2016-01-08 20:08:08.327228220 -0500 -@@ -99,6 +99,13 @@ - int u_debugreg[8]; - }; - -+/* Needed by binutils on x86 */ -+/* http://osxr.org/android/source/bionic/libc/kernel/arch-x86/asm/user_32.h#0089 */ -+#define NBPG PAGE_SIZE -+#define UPAGES 1 -+#define HOST_TEXT_START_ADDR (u.start_code) -+#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG) -+ - #elif defined(__x86_64__) - - struct user_fpregs_struct { -- 2.11.0