Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-11-12 14:53:18 +0000
committerAlain Magloire2002-11-12 14:53:18 +0000
commitfb2c23033a05f3cd1b103b25e5470cfe70b1e334 (patch)
tree0e439f74b446888e3e74fd16e4471e4e8c99e956
parent5e4385b1c3e247570827112c7a4f94e078552c8c (diff)
downloadorg.eclipse.cdt-fb2c23033a05f3cd1b103b25e5470cfe70b1e334.tar.gz
org.eclipse.cdt-fb2c23033a05f3cd1b103b25e5470cfe70b1e334.tar.xz
org.eclipse.cdt-fb2c23033a05f3cd1b103b25e5470cfe70b1e334.zip
updated.
-rw-r--r--core/org.eclipse.cdt.core.qnx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.qnx/ChangeLog b/core/org.eclipse.cdt.core.qnx/ChangeLog
index 8f42cb40d11..bc1026602d8 100644
--- a/core/org.eclipse.cdt.core.qnx/ChangeLog
+++ b/core/org.eclipse.cdt.core.qnx/ChangeLog
@@ -1,3 +1,12 @@
+2002-11-12 Alain Magloire
+
+ Fix Pr 26005
+ * library/spawner/spawner.c (waitFor):
+ The waitFor(int) JNI on QNX is returning the PID of the
+ process rather then the status of the process
+ on exit.
+ Patch from Chris Mckillop.
+
2002-11-04 Alain Magloire
* library/pty/pty.c: New file.

Back to the top