Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/jvm/java/include/linux
File: jni_md.h
/*
[0] Fix | Delete
* Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
[1] Fix | Delete
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
[2] Fix | Delete
*
[3] Fix | Delete
* This code is free software; you can redistribute it and/or modify it
[4] Fix | Delete
* under the terms of the GNU General Public License version 2 only, as
[5] Fix | Delete
* published by the Free Software Foundation. Oracle designates this
[6] Fix | Delete
* particular file as subject to the "Classpath" exception as provided
[7] Fix | Delete
* by Oracle in the LICENSE file that accompanied this code.
[8] Fix | Delete
*
[9] Fix | Delete
* This code is distributed in the hope that it will be useful, but WITHOUT
[10] Fix | Delete
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
[11] Fix | Delete
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
[12] Fix | Delete
* version 2 for more details (a copy is included in the LICENSE file that
[13] Fix | Delete
* accompanied this code).
[14] Fix | Delete
*
[15] Fix | Delete
* You should have received a copy of the GNU General Public License version
[16] Fix | Delete
* 2 along with this work; if not, write to the Free Software Foundation,
[17] Fix | Delete
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
[18] Fix | Delete
*
[19] Fix | Delete
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
[20] Fix | Delete
* or visit www.oracle.com if you need additional information or have any
[21] Fix | Delete
* questions.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
#ifndef _JAVASOFT_JNI_MD_H_
[25] Fix | Delete
#define _JAVASOFT_JNI_MD_H_
[26] Fix | Delete
[27] Fix | Delete
#ifndef __has_attribute
[28] Fix | Delete
#define __has_attribute(x) 0
[29] Fix | Delete
#endif
[30] Fix | Delete
#if (defined(__GNUC__) && ((__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2))) || __has_attribute(visibility)
[31] Fix | Delete
#define JNIEXPORT __attribute__((visibility("default")))
[32] Fix | Delete
#define JNIIMPORT __attribute__((visibility("default")))
[33] Fix | Delete
#else
[34] Fix | Delete
#define JNIEXPORT
[35] Fix | Delete
#define JNIIMPORT
[36] Fix | Delete
#endif
[37] Fix | Delete
[38] Fix | Delete
#define JNICALL
[39] Fix | Delete
[40] Fix | Delete
typedef int jint;
[41] Fix | Delete
#ifdef _LP64 /* 64-bit Solaris */
[42] Fix | Delete
typedef long jlong;
[43] Fix | Delete
#else
[44] Fix | Delete
typedef long long jlong;
[45] Fix | Delete
#endif
[46] Fix | Delete
[47] Fix | Delete
typedef signed char jbyte;
[48] Fix | Delete
[49] Fix | Delete
#endif /* !_JAVASOFT_JNI_MD_H_ */
[50] Fix | Delete
[51] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function