< prev index next >

src/hotspot/os/solaris/os_solaris.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 186,196 **** static void signal_sets_init(); static void install_signal_handlers(); static void set_signal_handler(int sig, bool set_installed, bool oktochain); static void init_signal_mem(); - static bool is_sig_ignored(int sig); static void set_our_sigflags(int, int); static int get_our_sigflags(int); // For signal-chaining static bool libjsig_is_loaded; // libjsig that interposes sigaction(), --- 186,195 ----
< prev index next >