From b0551fbcce4fc47bdd6fa2e4025e3b48fa53f2ca Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 5 Dec 2017 23:10:44 +0100 Subject: [PATCH] Drop ndk-patches/termios.h.patch (see #1907) --- ndk-patches/termios.h.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ndk-patches/termios.h.patch diff --git a/ndk-patches/termios.h.patch b/ndk-patches/termios.h.patch deleted file mode 100644 index 504dbd2d19..0000000000 --- a/ndk-patches/termios.h.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u -r /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/termios.h ./usr/include/termios.h ---- /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/termios.h 2014-10-14 22:53:49.000000000 -0400 -+++ ./usr/include/termios.h 2015-05-15 18:23:49.264331535 -0400 -@@ -49,6 +49,8 @@ - int tcsendbreak(int, int); - int tcsetattr(int, int, const struct termios*); - -+#define _POSIX_VDISABLE 0 -+ - __END_DECLS - - #endif /* _TERMIOS_H_ */