Re: [Sablevm-developer] Fixed(?) problem with exec()
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-03-04 17:39:33
|
On Wed, Mar 03, 2004 at 11:25:53PM -0500, Grzegorz B. Prokopski wrote: >=20 > waitpid(pid, &status, 0); >=20 > if (nonblocking) { > waitpid(pid, &status, WNOHANG); > } else { > waitpid(pid, &status, 0); > } >=20 You are right. The staging actually does not have the most recent version... What is strange is that it happens that an intermediate version. I might have done something wrong during the merge. Anyway, will merge most recent version to staging. Thanks for the report. David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |