diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp b/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp deleted file mode 100644 index 4db3d23c4dec..000000000000 --- a/java/openjdk8/files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp -+++ hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp -@@ -42,7 +42,11 @@ - #include "opto/runtime.hpp" - #endif - -+#ifdef _ALLBSD_SOURCE -+#include <stdlib.h> -+#else - #include <alloca.h> -+#endif - - #define __ masm-> - |