0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# This code is free software; you can redistribute it and/or modify it
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# under the terms of the GNU General Public License version 2 only, as
cc6cddfd94e8f0c58c290317b0853dac30b1b895Evan Hunt# published by the Free Software Foundation.
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# This code is distributed in the hope that it will be useful, but WITHOUT
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# version 2 for more details (a copy is included in the LICENSE file that
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# accompanied this code).
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# You should have received a copy of the GNU General Public License version
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# 2 along with this work; if not, write to the Free Software Foundation,
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# or visit www.oracle.com if you need additional information or have any
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews# Define library interface.
c6d4f781529d2f28693546b25b2967d44ec89e60Mark AndrewsSUNWprivate_1.1 {
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews JVM_begin_signal_setting;
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews JVM_end_signal_setting;
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews JVM_get_libjsig_version;
53f0234c3e3a845245042affb1f20a189d8791b9Automatic Updater JVM_get_signal_action;