mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8141529: Fix handling of _JAVA_SR_SIGNUM
Reviewed-by: dholmes, stuefe, dsamersoff
This commit is contained in:
parent
3904de571b
commit
0a4657e8c1
10 changed files with 97 additions and 98 deletions
|
@ -113,9 +113,6 @@ class Solaris {
|
|||
|
||||
static void try_enable_extended_io();
|
||||
|
||||
// For signal-chaining
|
||||
static unsigned long sigs; // mask of signals that have
|
||||
// preinstalled signal handlers
|
||||
static struct sigaction *(*get_signal_action)(int);
|
||||
static struct sigaction *get_preinstalled_handler(int);
|
||||
static int (*get_libjsig_version)();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue