vim: Update from 8.0.1700 to 8.0.1750
[termux-packages] / disabled-packages / openjdk-9-jre-headless / os_linux_aarch64.cpp.patch
CommitLineData
1f3323ce
VB
1--- ./hotspot/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp 2017-05-12 23:47:58.000000000 +0530
2+++ ../os_linux_aarch64.cpp 2017-05-14 21:36:49.672414253 +0530
3@@ -77,7 +77,9 @@
4 # include <pwd.h>
5 # include <poll.h>
6 # include <ucontext.h>
7+# ifndef __ANDROID__
8 # include <fpu_control.h>
9+# endif
10
11 #ifdef BUILTIN_SIM
12 #define REG_SP REG_RSP