mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8204663: clean up remaining native parts after JDK-8187631
Reviewed-by: rriggs, psandoz
This commit is contained in:
parent
0e39fb9304
commit
4d84004591
6 changed files with 0 additions and 33 deletions
|
@ -99,10 +99,6 @@ FD handleOpen(const char *path, int oflag, int mode);
|
|||
} 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue