mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8198275: AIX build broken after latest whitebox.cpp changes
Reviewed-by: mdoerr
This commit is contained in:
parent
9b23b4f128
commit
e1f8cacc0b
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifndef SHARE_VM_UTILITIES_ELF_FILE_HPP
|
||||
#define SHARE_VM_UTILITIES_ELF_FILE_HPP
|
||||
|
||||
#if !defined(_WINDOWS) && !defined(__APPLE__)
|
||||
#if !defined(_WINDOWS) && !defined(__APPLE__) && !defined(_AIX)
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
#include <sys/exec_elf.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue