diff --git a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/pty/PTYInputStream.java b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/pty/PTYInputStream.java index ad4caa68661..fa6a29a4918 100644 --- a/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/pty/PTYInputStream.java +++ b/core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/pty/PTYInputStream.java @@ -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");