mapfile-bsd revision 4632
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# This code is free software; you can redistribute it and/or modify it
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# under the terms of the GNU General Public License version 2 only, as
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# published by the Free Software Foundation. Oracle designates this
d05d0eb4ae6d2a5e513fc3bf2555ce33da416634nd# particular file as subject to the "Classpath" exception as provided
c7811a175dc15d2172cc95f1c9791bbb6caf9b04nd# by Oracle in the LICENSE file that accompanied this code.
c7811a175dc15d2172cc95f1c9791bbb6caf9b04nd#
c7811a175dc15d2172cc95f1c9791bbb6caf9b04nd# This code is distributed in the hope that it will be useful, but WITHOUT
c7811a175dc15d2172cc95f1c9791bbb6caf9b04nd# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# version 2 for more details (a copy is included in the LICENSE file that
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# accompanied this code).
#
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
# Define public interface.
SUNWprivate_1.1 {
global:
Java_sun_tools_attach_BsdVirtualMachine_checkPermissions;
Java_sun_tools_attach_BsdVirtualMachine_close;
Java_sun_tools_attach_BsdVirtualMachine_connect;
Java_sun_tools_attach_BsdVirtualMachine_open;
Java_sun_tools_attach_BsdVirtualMachine_sendQuitTo;
Java_sun_tools_attach_BsdVirtualMachine_socket;
Java_sun_tools_attach_BsdVirtualMachine_read;
Java_sun_tools_attach_BsdVirtualMachine_write;
Java_sun_tools_attach_BsdVirtualMachine_createAttachFile;
local:
*;
};