12 lines
406 B
Diff
12 lines
406 B
Diff
Patches for musl taken from Alpine linux: https://git.alpinelinux.org/aports/commit/?id=8a1ae17d4a9af54285c7891a680620e7e24c6280
|
|
--- 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
|