Since the status field is still not set correctly (lazy me), reset it to zero at least.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-03 15:03:51 +00:00
parent 8c390406d7
commit f0dd6fc2c8
+1
View File
@@ -31,6 +31,7 @@ waitpid(pid_t pid, int *_status, int options)
if (_status != NULL) {
// ToDo: fill in _status!
*_status = 0;
}
if (thread < B_OK) {