blob: e6a891141945832572e89d30fb5dfdf56341d420 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
The header is not present with musl and including is not needed
--- old/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
+++ new/src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp
@@ -77,7 +77,6 @@
# include <pwd.h>
# include <poll.h>
# include <ucontext.h>
-# include <fpu_control.h>
#ifdef BUILTIN_SIM
#define REG_SP REG_RSP
|