1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

close0 is private.

This commit is contained in:
Alain Magloire 2002-10-17 13:58:38 +00:00
parent d00a62b1c1
commit 4570abc614

View file

@ -68,7 +68,7 @@ class PTYInputStream extends InputStream {
} }
private native int read0(int fd, byte[] buf, int len) throws IOException; 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 { static {
System.loadLibrary("pty"); System.loadLibrary("pty");