chiark / gitweb /
Initial push
[termux-packages] / ndk_patches / termios.h.patch
1 diff -u -r /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/termios.h ./usr/include/termios.h
2 --- /home/fornwall/lib/android-ndk/platforms/android-21/arch-arm/usr/include/termios.h  2014-10-14 22:53:49.000000000 -0400
3 +++ ./usr/include/termios.h     2015-05-15 18:23:49.264331535 -0400
4 @@ -49,6 +49,8 @@
5  int tcsendbreak(int, int);
6  int tcsetattr(int, int, const struct termios*);
7
8 +#define _POSIX_VDISABLE 0
9 +
10  __END_DECLS
11
12  #endif /* _TERMIOS_H_ */