mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
close0 is private.
This commit is contained in:
parent
d00a62b1c1
commit
4570abc614
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class PTYInputStream extends InputStream {
|
|||
}
|
||||
|
||||
private native int read0(int fd, byte[] buf, int len) throws IOException;
|
||||
native int close0(int fd);
|
||||
private native int close0(int fd) throws IOException;
|
||||
|
||||
static {
|
||||
System.loadLibrary("pty");
|
||||
|
|
Loading…
Add table
Reference in a new issue