mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
Reviewed-by: never
This commit is contained in:
parent
3336939f08
commit
160ad3376d
6 changed files with 25 additions and 27 deletions
|
@ -107,7 +107,7 @@ extern "C" { \
|
|||
if (env != xenv) { \
|
||||
NativeReportJNIFatalError(thr, warn_wrong_jnienv); \
|
||||
} \
|
||||
__ENTRY(result_type, header, thr)
|
||||
VM_ENTRY_BASE(result_type, header, thr)
|
||||
|
||||
|
||||
#define UNCHECKED() (unchecked_jni_NativeInterface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue