mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
7032458: Zero and Shark fixes
Reviewed-by: twisti
This commit is contained in:
parent
f94d7776ca
commit
80dfa0e342
10 changed files with 30 additions and 19 deletions
|
@ -77,7 +77,9 @@
|
|||
# endif
|
||||
|
||||
#ifdef LINUX
|
||||
#ifndef __STDC_LIMIT_MACROS
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#endif // __STDC_LIMIT_MACROS
|
||||
#include <inttypes.h>
|
||||
#include <signal.h>
|
||||
#include <ucontext.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue