src/share/native/common/jni_util.h

Print this page

        

*** 389,398 **** --- 389,399 ---- void* getProcessHandle(); void buildJniFunctionName(const char *sym, const char *cname, char *jniEntryName); + extern int getErrorString(int err, char *buf, size_t len); #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */ #endif /* JNI_UTIL_H */