mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +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
|
@ -48,7 +48,6 @@ jlong handleGetLength(FD fd);
|
|||
JNIEXPORT jint handleRead(FD fd, void *buf, jint len);
|
||||
jint handleWrite(FD fd, const void *buf, jint len);
|
||||
jint handleAppend(FD fd, const void *buf, jint len);
|
||||
void handleClose(JNIEnv *env, jobject this, jfieldID fid);
|
||||
void fileDescriptorClose(JNIEnv *env, jobject this);
|
||||
JNIEXPORT jlong JNICALL
|
||||
handleLseek(FD fd, jlong offset, jint whence);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue