< prev index next >

src/java.base/unix/native/libjava/io_util_md.h

Print this page
rev 50500 : [mq]: JDK-8204663-clean-up-after-JDK-8187631

*** 97,110 **** do { \ _result = _cmd; \ } while((_result == -1) && (errno == EINTR)); \ } while(0) - /* - * IO helper function(s) - */ - void fileClose(JNIEnv *env, jobject this, jfieldID fid); void fileDescriptorClose(JNIEnv *env, jobject this); #ifdef MACOSX jstring newStringPlatform(JNIEnv *env, const char* str); #endif --- 97,106 ----
< prev index next >