jdk/src/solaris/native/java/io/io_util_md.h
changeset 13360 b62b5e86f92a
parent 7668 d4a77089c587
child 14342 8435a30053c1
equal deleted inserted replaced
13359:edb9f5468e9a 13360:b62b5e86f92a
    70 
    70 
    71 /*
    71 /*
    72  * IO helper function(s)
    72  * IO helper function(s)
    73  */
    73  */
    74 void fileClose(JNIEnv *env, jobject this, jfieldID fid);
    74 void fileClose(JNIEnv *env, jobject this, jfieldID fid);
       
    75 
       
    76 #ifdef MACOSX
       
    77 jstring newStringPlatform(JNIEnv *env, const char* str);
       
    78 #endif