From 8030afa8547ccdf343efe12dd476929f0fadfaa1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 20 Jan 2006 12:31:11 +0000 Subject: INTEGRATION: CWS macosx20xfixes01 (1.36.34); FILE MERGED 2005/11/06 06:03:30 tra 1.36.34.1: #i56734# --- sal/osl/unx/process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sal') diff --git a/sal/osl/unx/process.c b/sal/osl/unx/process.c index 4d5ba394194a..988b45a1da41 100644 --- a/sal/osl/unx/process.c +++ b/sal/osl/unx/process.c @@ -4,9 +4,9 @@ * * $RCSfile: process.c,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: obo $ $Date: 2006-01-20 10:57:01 $ + * last change: $Author: obo $ $Date: 2006-01-20 13:31:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -580,7 +580,7 @@ static void ChildStatusProc(void *pData) close(channel[0]); - if (i == 0) + if ((pid > 0) && (i == 0)) { osl_acquireMutex(ChildListMutex); -- cgit