Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-11-17 19:33:39 +0000
committerDavid Inglis2004-11-17 19:33:39 +0000
commit71be97ba3e284a4b481022e4cc0f2e6ce8f764f7 (patch)
treee4318135aab2e3895f45cff926d87f98c5ec9c61 /core/org.eclipse.cdt.core.qnx/library/pty/PTY.h
parentd3fe28291cd24b814dfee9d12e1339bc0cae896b (diff)
downloadorg.eclipse.cdt-71be97ba3e284a4b481022e4cc0f2e6ce8f764f7.tar.gz
org.eclipse.cdt-71be97ba3e284a4b481022e4cc0f2e6ce8f764f7.tar.xz
org.eclipse.cdt-71be97ba3e284a4b481022e4cc0f2e6ce8f764f7.zip
new pty supprt for spawner
Diffstat (limited to 'core/org.eclipse.cdt.core.qnx/library/pty/PTY.h')
-rw-r--r--core/org.eclipse.cdt.core.qnx/library/pty/PTY.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.core.qnx/library/pty/PTY.h b/core/org.eclipse.cdt.core.qnx/library/pty/PTY.h
index fabf58152d0..46a8dd9b622 100644
--- a/core/org.eclipse.cdt.core.qnx/library/pty/PTY.h
+++ b/core/org.eclipse.cdt.core.qnx/library/pty/PTY.h
@@ -7,12 +7,13 @@
#ifdef __cplusplus
extern "C" {
#endif
+/* Inaccessible static: hasPTY */
/*
* Class: org_eclipse_cdt_utils_pty_PTY
- * Method: forkpty
- * Signature: ()I
+ * Method: openMaster
+ * Signature: ()Ljava/lang/String;
*/
-JNIEXPORT jstring JNICALL Java_org_eclipse_cdt_utils_pty_PTY_forkpty
+JNIEXPORT jstring JNICALL Java_org_eclipse_cdt_utils_pty_PTY_openMaster
(JNIEnv *, jobject);
#ifdef __cplusplus

Back to the top