1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
This commit is contained in:
Alain Magloire 2002-11-12 14:53:18 +00:00
parent 5e4385b1c3
commit fb2c23033a

View file

@ -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.