mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 22:35:12 +00:00
8284732: FFI_GO_CLOSURES macro not defined but required for zero build on Mac OS X
Reviewed-by: dholmes
This commit is contained in:
parent
7891085a87
commit
cafde7fe00
@ -30,6 +30,10 @@
|
||||
#define SUPPORTS_NATIVE_CX8
|
||||
#endif
|
||||
|
||||
#ifndef FFI_GO_CLOSURES
|
||||
#define FFI_GO_CLOSURES 0
|
||||
#endif
|
||||
|
||||
#include <ffi.h>
|
||||
|
||||
// Indicates whether the C calling conventions require that
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user