mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8170639: [Linux] jsig is limited to a maximum of 64 signals
Reviewed-by: dholmes, iklam
This commit is contained in:
parent
8ac55e2a99
commit
176e37f082
8 changed files with 29 additions and 64 deletions
|
@ -38,8 +38,6 @@ class Linux {
|
|||
static bool libjsig_is_loaded; // libjsig that interposes sigaction(),
|
||||
// __sigaction(), signal() is loaded
|
||||
static struct sigaction *(*get_signal_action)(int);
|
||||
static struct sigaction *get_preinstalled_handler(int);
|
||||
static void save_preinstalled_handler(int, struct sigaction&);
|
||||
|
||||
static void check_signal_handler(int sig);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue