texlive: update to 2018 and update poppler patches to work with 0.64
[termux-packages] / ndk-patches / utmp.h.patch
CommitLineData
b833ad7a 1diff -u -r /home/fornwall/lib/android-ndk/sysroot/usr/include/utmp.h ./usr/include/utmp.h
392b4b6b
FF
2--- /home/fornwall/lib/android-ndk/sysroot/usr/include/utmp.h 2017-11-09 09:57:12.000000000 +0100
3+++ ./usr/include/utmp.h 2017-11-15 12:01:37.108811692 +0100
4@@ -101,11 +101,8 @@
1f8481e3 5 struct utmp* getutent(void);
b833ad7a
FF
6 void endutent(void);
7
1f8481e3 8-
b833ad7a 9-#if __ANDROID_API__ >= 23
392b4b6b 10-int login_tty(int __fd) __INTRODUCED_IN(23);
b833ad7a
FF
11-#endif /* __ANDROID_API__ >= 23 */
12-
392b4b6b
FF
13+/* In Termux login_tty() is implemented in the libutil package to support android-21. */
14+int login_tty(int __fd);
b833ad7a 15
1f8481e3
FF
16 __END_DECLS
17