[project @ 2005-11-11 14:41:01 by simonmar]
authorsimonmar <unknown>
Fri, 11 Nov 2005 14:41:01 +0000 (14:41 +0000)
committersimonmar <unknown>
Fri, 11 Nov 2005 14:41:01 +0000 (14:41 +0000)
commitb959bfb92f069ebe2911d1239155fc80beceb283
tree1159e72c81f3770ca74ff21d26f3acfaff596498
parentd50c1eee6e446d385357f4d7079d700ed3275d74
[project @ 2005-11-11 14:41:01 by simonmar]
waitForProcess: if the process died with a signal, just return the
exit status rather than EINTR.

This means a segfault shows up as (ExitFailure 139) rather than
an exception complaining about system call interruption.  If the
client wants a more unix-ish interpretation, they probably should be
using System.Posix.Process anyway.
cbits/runProcess.c