src/cpu/x86/vm/jni_x86.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 7089790_shared Cdiff src/cpu/x86/vm/jni_x86.h

src/cpu/x86/vm/jni_x86.h

Print this page
rev 2695 : shared changes

*** 24,34 **** */ #ifndef _JAVASOFT_JNI_MD_H_ #define _JAVASOFT_JNI_MD_H_ ! #if defined(SOLARIS) || defined(LINUX) #if defined(__GNUC__) && (__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2) #define JNIEXPORT __attribute__((visibility("default"))) #define JNIIMPORT __attribute__((visibility("default"))) #else --- 24,34 ---- */ #ifndef _JAVASOFT_JNI_MD_H_ #define _JAVASOFT_JNI_MD_H_ ! #if defined(SOLARIS) || defined(LINUX) || defined(_ALLBSD_SOURCE) #if defined(__GNUC__) && (__GNUC__ > 4) || (__GNUC__ == 4) && (__GNUC_MINOR__ > 2) #define JNIEXPORT __attribute__((visibility("default"))) #define JNIIMPORT __attribute__((visibility("default"))) #else
src/cpu/x86/vm/jni_x86.h
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File