Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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