src/solaris/native/java/io/io_util_md.h

Print this page

        

@@ -70,5 +70,9 @@
 
 /*
  * IO helper function(s)
  */
 void fileClose(JNIEnv *env, jobject this, jfieldID fid);
+
+#ifdef MACOSX
+jstring newStringPlatform(JNIEnv *env, const char* str);
+#endif