mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 14:56:53 +02:00
17 lines
482 B
Diff
17 lines
482 B
Diff
Subject: Remove fpu_control.h include
|
|
Upstream: No
|
|
Author: Simon Frankenberger <simon-alpine@fraho.eu>
|
|
|
|
The header is not present with musl and including it results in build error.
|
|
It's not needed anyways.
|
|
|
|
--- old/src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp
|
|
+++ new/src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp
|
|
@@ -56,7 +56,6 @@
|
|
|
|
// put OS-includes here
|
|
# include <dlfcn.h>
|
|
-# include <fpu_control.h>
|
|
# include <errno.h>
|
|
# include <pthread.h>
|
|
# include <signal.h>
|